app/: Fixes and some monior tweaks to the qml file
[apps/onscreenapp.git] / app / onscreenmodel.h
index e12b269..4227cf8 100644 (file)
@@ -35,10 +35,9 @@ public:
     Q_INVOKABLE int buttonNum(void) const {return m_buttons.size();}
     Q_INVOKABLE QString buttonName(int index) const;
     Q_INVOKABLE void setModel(QVariant data);
+    Q_INVOKABLE void clearModel(void);
 
 private:
-    void clearModel(void);
-
     QString m_title;
     QString m_type;
     QString m_contents;