Add auto-away feature for Linux X11

This commit is contained in:
miruka
2020-07-11 00:51:53 -04:00
parent 10f47f71ac
commit 3c620f6fd1
10 changed files with 107 additions and 15 deletions

View File

@@ -11,8 +11,7 @@
#include <QObject>
class Clipboard : public QObject
{
class Clipboard : public QObject {
Q_OBJECT
Q_PROPERTY(QString text READ text WRITE setText NOTIFY textChanged)
Q_PROPERTY(QString selection READ selection WRITE setSelection