From b4b3df8a16aef72a6ca921ada062c2982b959c55 Mon Sep 17 00:00:00 2001 From: Alex Borisov Date: Fri, 2 Dec 2011 04:27:14 +0200 Subject: Request Config from server as it's working by now --- client/UpdatedConfig.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'client/UpdatedConfig.h') 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 -- cgit v1.2.3