equal
deleted
inserted
replaced
39 ****************************************************************************/ |
39 ****************************************************************************/ |
40 #ifndef CHARTSPLUGIN_H |
40 #ifndef CHARTSPLUGIN_H |
41 #define CHARTSPLUGIN_H |
41 #define CHARTSPLUGIN_H |
42 |
42 |
43 //![0] |
43 //![0] |
44 #include <QtDeclarative/QDeclarativeExtensionPlugin> |
44 #include <QDeclarativeExtensionPlugin> |
45 |
45 |
46 class ChartsPlugin : public QDeclarativeExtensionPlugin |
46 class ChartsPlugin : public QDeclarativeExtensionPlugin |
47 { |
47 { |
48 Q_OBJECT |
48 Q_OBJECT |
49 public: |
49 public: |