Small tweaks and improvements.

This commit is contained in:
Black Hat
2018-09-14 12:16:25 +08:00
parent 816380e9d0
commit 5e3570d210
5 changed files with 15 additions and 16 deletions

View File

@@ -66,8 +66,9 @@ class Controller : public QObject {
signals:
void busyChanged();
void errorOccured();
void toggleWindow();
void errorOccured(QString error);
void showWindow();
void hideWindow();
void connectionAdded(Connection* conn);
void connectionDropped(Connection* conn);
void initiated();