aboutsummaryrefslogtreecommitdiff
path: root/aoapplication.h
diff options
context:
space:
mode:
Diffstat (limited to 'aoapplication.h')
-rw-r--r--aoapplication.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/aoapplication.h b/aoapplication.h
index 6a10ff5e..d1c3959b 100644
--- a/aoapplication.h
+++ b/aoapplication.h
@@ -117,7 +117,7 @@ public:
private:
const int RELEASE = 2;
const int MAJOR_VERSION = 1;
- const int MINOR_VERSION = 2;
+ const int MINOR_VERSION = 3;
QString user_theme = "default";
@@ -125,6 +125,7 @@ private:
QVector<server_type> favorite_list;
public slots:
+ void server_disconnected();
void loading_cancelled();
};