Done ! Testing and not working :)
[photoenhancer] / src / app / engine / pluginloader.h
1 #ifndef PLUGINLOADER_H
2 #define PLUGINLOADER_H
3
4 #include <QObject>
5
6 class PluginLoader : public QObject
7 {
8     Q_OBJECT
9 public:
10     explicit PluginLoader(QObject *parent = 0);
11
12 signals:
13
14 public slots:
15
16 };
17
18 #endif // PLUGINLOADER_H