User interface update
[qtmeetings] / src / IO / Communication / CommunicationManager.h
index 4dfd00b..abfce60 100644 (file)
@@ -36,7 +36,7 @@ public:
        /*! 
         *  \param aConnection Reference to the fetching ConnectionSettings.
        */
-       CommunicationManager( const ConnectionSettings &aConnection );
+       CommunicationManager( /*const ConnectionSettings &aConnection*/ );
        virtual ~CommunicationManager();
        //! Starts fetching meetings. Meetings are returned by the meetingsFetched signal.
        /*! 
@@ -157,7 +157,7 @@ protected:
        
 private:
        //! Instance of Connection settings of the fetching communication
-       ConnectionSettings *iConnectionSettings;
+       //ConnectionSettings *iConnectionSettings;
        //! Instance of the fetching communication
        Communication* iFetchingCommunication;
        //! Instance of the modifying communication