diff options
author | Alex Borisov <borisov.alexandr@rambler.ru> | 2011-12-02 04:27:14 +0200 |
---|---|---|
committer | Alex Borisov <borisov.alexandr@rambler.ru> | 2011-12-02 04:27:14 +0200 |
commit | b4b3df8a16aef72a6ca921ada062c2982b959c55 (patch) | |
tree | 35328180b5df3f1da4d983322c148b515c58a9d1 /client/UpdatedConfig.h | |
parent | f9d323b6e8540c1c8869089b16de97e8a3f038da (diff) |
Request Config from server as it's working by now
Diffstat (limited to 'client/UpdatedConfig.h')
-rw-r--r-- | client/UpdatedConfig.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/client/UpdatedConfig.h b/client/UpdatedConfig.h index a9def0b..f98c45e 100644 --- a/client/UpdatedConfig.h +++ b/client/UpdatedConfig.h @@ -44,7 +44,7 @@ private slots: void gotServerReply(SslClient::RequestType &type, QByteArray &confdata); private: - static const int UPDATED_STATE_FULL = 0x7C; + static const int UPDATED_STATE_FULL = 0x7E; /** * @brief Pointer to the singleton Config instance @@ -96,4 +96,4 @@ private: UpdatedConfig(); }; -#endif
\ No newline at end of file +#endif |