Expose enabledByDefault of input device to DBus
This commit is contained in:
parent
89607dfebd
commit
3eb9106466
1 changed files with 1 additions and 0 deletions
|
@ -53,6 +53,7 @@ class KWIN_EXPORT Device : public InputDevice
|
||||||
Q_PROPERTY(quint32 vendor READ vendor CONSTANT)
|
Q_PROPERTY(quint32 vendor READ vendor CONSTANT)
|
||||||
Q_PROPERTY(bool supportsDisableEvents READ supportsDisableEvents CONSTANT)
|
Q_PROPERTY(bool supportsDisableEvents READ supportsDisableEvents CONSTANT)
|
||||||
Q_PROPERTY(bool enabled READ isEnabled WRITE setEnabled NOTIFY enabledChanged)
|
Q_PROPERTY(bool enabled READ isEnabled WRITE setEnabled NOTIFY enabledChanged)
|
||||||
|
Q_PROPERTY(bool enabledByDefault READ isEnabledByDefault CONSTANT)
|
||||||
//
|
//
|
||||||
// advanced
|
// advanced
|
||||||
Q_PROPERTY(int supportedButtons READ supportedButtons CONSTANT)
|
Q_PROPERTY(int supportedButtons READ supportedButtons CONSTANT)
|
||||||
|
|
Loading…
Reference in a new issue