mirror of
https://github.com/UltimMC/Launcher.git
synced 2026-01-04 14:28:09 +00:00
GH-4164 Assign instances to groups using drag & drop
This commit is contained in:
6
launcher/instanceview/AccessibleInstanceView.h
Normal file
6
launcher/instanceview/AccessibleInstanceView.h
Normal file
@@ -0,0 +1,6 @@
|
||||
#pragma once
|
||||
|
||||
#include <QString>
|
||||
class QAccessibleInterface;
|
||||
|
||||
QAccessibleInterface *groupViewAccessibleFactory(const QString &classname, QObject *object);
|
||||
Reference in New Issue
Block a user