add dbus session prototype

This commit is contained in:
2016-10-21 08:10:29 +03:00
parent 7568ae2a3b
commit c103986f37
9 changed files with 124 additions and 2 deletions

View File

@ -45,7 +45,8 @@ public:
virtual ~DPAdds();
Q_INVOKABLE bool isDebugEnabled() const;
Q_INVOKABLE int currentDesktop() const;
Q_INVOKABLE QStringList dictKeys(const bool = true, const QString = QString()) const;
Q_INVOKABLE QStringList dictKeys(const bool = true,
const QString = QString()) const;
Q_INVOKABLE int numberOfDesktops() const;
Q_INVOKABLE QString toolTipImage(const int desktop) const;
Q_INVOKABLE QString parsePattern(const QString pattern,