mirror of
https://github.com/Gator96100/ProxSpace.git
synced 2025-07-31 03:50:15 -07:00
7 lines
201 B
Text
7 lines
201 B
Text
#ifndef QT_QTUIPLUGIN_MODULE_H
|
|
#define QT_QTUIPLUGIN_MODULE_H
|
|
#include <QtUiPlugin/QtUiPluginDepends>
|
|
#include "customwidget.h"
|
|
#include "qdesignerexportwidget.h"
|
|
#include "qtuipluginversion.h"
|
|
#endif
|