From b068f321dd9c6077c590473c4f108be87e7eb99d Mon Sep 17 00:00:00 2001 From: Alex Borisov Date: Thu, 17 Nov 2011 00:06:16 +0200 Subject: Return to server config w permanent connection. Update message --- client/UpdatedConfig.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'client/UpdatedConfig.h') diff --git a/client/UpdatedConfig.h b/client/UpdatedConfig.h index 041fc45..bc58ca5 100644 --- a/client/UpdatedConfig.h +++ b/client/UpdatedConfig.h @@ -25,6 +25,12 @@ public: * @return Pointer to singleton instance of Config class */ static UpdatedConfig *CurrentConfig(); + +signals: + /** + * @brief Signal is emitted when client configuration is updated + */ + void updated(); private: /** * @brief creates an instance and tries to connect to servers from config.cfg
-- cgit v1.2.3