Added minimize button and event handler
[lichviet] / qmlapplicationviewer / qmlapplicationviewer.h
index 6eaf6b8..e22f909 100644 (file)
@@ -33,6 +33,7 @@ public:
     void showExpanded();
 
     Q_INVOKABLE void initScreenOrientation(int);
+    Q_INVOKABLE void minimize();
 
 private:
     class QmlApplicationViewerPrivate *m_d;