mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
WIP-dont-use
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
29d9405a72
commit
52f156ee47
9 changed files with 24 additions and 19 deletions
|
@ -10,6 +10,7 @@
|
|||
#include <QColor>
|
||||
#include <QFile>
|
||||
#include <QTimer>
|
||||
#include <qqmlintegration.h>
|
||||
|
||||
#include "core/btdiscovery.h"
|
||||
#include "core/downloadfromdcthread.h"
|
||||
|
@ -29,6 +30,7 @@ struct DiveSiteChange; // An obscure implementation artifact - remove in due cou
|
|||
|
||||
class QMLManager : public QObject {
|
||||
Q_OBJECT
|
||||
QML_ELEMENT
|
||||
Q_PROPERTY(bool loadFromCloud MEMBER m_loadFromCloud WRITE setLoadFromCloud NOTIFY loadFromCloudChanged)
|
||||
Q_PROPERTY(QString startPageText MEMBER m_startPageText WRITE setStartPageText NOTIFY startPageTextChanged)
|
||||
Q_PROPERTY(bool verboseEnabled MEMBER m_verboseEnabled WRITE setVerboseEnabled NOTIFY verboseEnabledChanged)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue