author | sl |
Wed, 04 Jun 2014 19:30:54 +0200 | |
changeset 34 | f2c87f0cfabe |
permissions | -rw-r--r-- |
1 #ifndef MINIDISPLAY_PLUGIN_H
2 #define MINIDISPLAY_PLUGIN_H
4 #include <QQmlExtensionPlugin>
6 class MiniDisplayPlugin : public QQmlExtensionPlugin
7 {
8 Q_OBJECT
9 Q_PLUGIN_METADATA(IID "org.qt-project.Qt.QQmlExtensionInterface")
11 public:
12 void registerTypes(const char *uri);
13 };
15 #endif // MINIDISPLAY_PLUGIN_H