summaryrefslogtreecommitdiffstats
path: root/app/onscreenmodel.h
diff options
context:
space:
mode:
authorMarius Vlad <marius.vlad@collabora.com>2020-04-13 14:48:20 +0300
committerMarius Vlad <marius.vlad@collabora.com>2020-04-21 22:53:13 +0300
commit98dab0eebc3dc0f567be3f80ab129cbcc71738db (patch)
treea4dad9bda9fd6d3d9819ba920013bf0cf835496c /app/onscreenmodel.h
parent9e76cf1b66b40a0e502c667dbbf53164261956b5 (diff)
app: Fixes and some monior tweaks to the qml filesandbox/mvlad/agl-compositor
- app.pro: Remove depends on windowmanager and homescreen when building - app: Fake an event - adjust the window size - add the app state events Signed-off-by: Marius Vlad <marius.vlad@collabora.com>
Diffstat (limited to 'app/onscreenmodel.h')
-rw-r--r--app/onscreenmodel.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/app/onscreenmodel.h b/app/onscreenmodel.h
index e12b269..4227cf8 100644
--- a/app/onscreenmodel.h
+++ b/app/onscreenmodel.h
@@ -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;