Add auto-away feature for Linux X11
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user