Move Autogenerated UI code into Private sections of the window classes
This commit is contained in:
parent
4c6bf55c8a
commit
6793d4a3a0
45 changed files with 940 additions and 531 deletions
|
|
@ -17,7 +17,7 @@
|
|||
#include <QDir>
|
||||
#include "OpenRGBPluginInterface.h"
|
||||
|
||||
typedef struct
|
||||
struct OpenRGBPluginEntry
|
||||
{
|
||||
OpenRGBPluginInfo info;
|
||||
OpenRGBPluginInterface* plugin;
|
||||
|
|
@ -29,7 +29,7 @@ typedef struct
|
|||
bool incompatible;
|
||||
bool is_system;
|
||||
int api_version;
|
||||
} OpenRGBPluginEntry;
|
||||
};
|
||||
|
||||
typedef void (*AddPluginCallback)(void *, OpenRGBPluginEntry* plugin);
|
||||
typedef void (*RemovePluginCallback)(void *, OpenRGBPluginEntry* plugin);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue