Added method to queue requests if not connected to network.
[situare] / src / engine / networkhandler.h
index 555ef9c..6a09647 100644 (file)
@@ -97,6 +97,7 @@ signals:
 private:
     QDBusInterface *dBusInterface;  ///< D-Bus interface
     bool m_connected;               ///< Connection state variable
+    bool m_connecting;              ///< Connecting state variable
 };
 
 #endif // NETWORKHANDLER_H