aboutsummaryrefslogtreecommitdiff
path: root/src/QMenuModel/plugin.h
blob: 9346d3244b8e5928c7cc27335794877a18e1a7db (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#ifndef QMENUMODELQMLPLUGIN_H
#define QMENUMODELQMLPLUGIN_H

#include <QDeclarativeExtensionPlugin>


class QMenuModelQmlPlugin : public QDeclarativeExtensionPlugin
{
    Q_OBJECT
public:
    void registerTypes(const char *uri);
};

#endif