Added an error() signal to declarative Camera and show an error when it gets emitted
[harmattan/cameraplus] / imports / plugin.h
1 // -*- c++ -*-
2
3 #ifndef PLUGIN_H
4 #define PLUGIN_H
5
6 class QDeclarativeEngine;
7
8 class Plugin {
9 public:
10   static void registerTypes(QDeclarativeEngine *engine);
11 };
12
13 #endif /* PLUGIN_H */