Implement Wakeup

This commit is contained in:
Florian Märkl 2019-08-16 22:32:41 +02:00
commit 4fadc02947
No known key found for this signature in database
GPG key ID: 125BC8A5A6A1E857
9 changed files with 132 additions and 8 deletions

View file

@ -37,6 +37,7 @@ class ServerItemWidget : public QFrame
ServerIconWidget *icon_widget;
QAction *delete_action;
QAction *wake_action;
protected:
void mousePressEvent(QMouseEvent *event) override;