mirror of
https://github.com/Retropex/dolphin.git
synced 2025-05-22 18:12:34 +02:00
8 lines
201 B
Plaintext
8 lines
201 B
Plaintext
#ifndef QT_QTUIPLUGIN_MODULE_H
|
|
#define QT_QTUIPLUGIN_MODULE_H
|
|
#include <QtUiPlugin/QtUiPluginDepends>
|
|
#include "customwidget.h"
|
|
#include "qdesignerexportwidget.h"
|
|
#include "qtuipluginversion.h"
|
|
#endif
|