aboutsummaryrefslogtreecommitdiffstats
path: root/tests/manual/debugger/qquick1/myplugin/myplugin.h
blob: bf2d86041fe2346635a62ce54d6904061437a68e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#ifndef MYPLUGIN_H
#define MYPLUGIN_H

#include <qdeclarative.h>
#include <QDeclarativeExtensionPlugin>

class MyPlugin : public QDeclarativeExtensionPlugin
{
    Q_OBJECT

public:
    void registerTypes(const char *uri);
};

#endif // MYPLUGIN_H