diff options
author | Andrei Karas <akaras@inbox.ru> | 2013-05-03 21:36:25 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2013-05-03 21:36:25 +0300 |
commit | 070511a39b941fd4648e46a2302e1670c3fef09e (patch) | |
tree | bc190cb6e485783f00210a364e424ce14b76011e /src/client.h | |
parent | 5bde28f9cd5b075f5d17d94a955d0700e0f8e664 (diff) | |
download | plus-070511a39b941fd4648e46a2302e1670c3fef09e.tar.gz plus-070511a39b941fd4648e46a2302e1670c3fef09e.tar.bz2 plus-070511a39b941fd4648e46a2302e1670c3fef09e.tar.xz plus-070511a39b941fd4648e46a2302e1670c3fef09e.zip |
add config versioning.
Diffstat (limited to 'src/client.h')
-rw-r--r-- | src/client.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/client.h b/src/client.h index e5bf5183e..733bc21e8 100644 --- a/src/client.h +++ b/src/client.h @@ -366,6 +366,8 @@ private: void logVars(); + void checkConfigVersion(); + static Client *mInstance; static void bindTextDomain(const char *const name, const char *const path); |