summaryrefslogtreecommitdiffstats
path: root/framework/src/domain/mouseproxy.h
diff options
context:
space:
mode:
Diffstat (limited to 'framework/src/domain/mouseproxy.h')
-rw-r--r--framework/src/domain/mouseproxy.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/framework/src/domain/mouseproxy.h b/framework/src/domain/mouseproxy.h
index 67b25d06..456695a0 100644
--- a/framework/src/domain/mouseproxy.h
+++ b/framework/src/domain/mouseproxy.h
@@ -16,9 +16,10 @@
16 Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 16 Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
17 02110-1301, USA. 17 02110-1301, USA.
18*/ 18*/
19#include "kube_export.h"
19#include <QQuickItem> 20#include <QQuickItem>
20 21
21class MouseProxy : public QQuickItem 22class KUBE_EXPORT MouseProxy : public QQuickItem
22{ 23{
23 Q_OBJECT 24 Q_OBJECT
24 25