Confilct solved
authorJan Lapinkataja <jan.lapinkataja@ixonos.com>
Thu, 28 May 2009 12:29:09 +0000 (15:29 +0300)
committerJan Lapinkataja <jan.lapinkataja@ixonos.com>
Thu, 28 May 2009 12:29:09 +0000 (15:29 +0300)
Conflicts:
src/BusinessLogic/UIManager.h

1  2 
src/BusinessLogic/UIManager.cpp
src/BusinessLogic/UIManager.h

Simple merge
@@@ -35,28 -26,9 +35,23 @@@ public
        UIManager( Engine *aEngine, WindowManager *aWindowManager );
        virtual ~UIManager();
        
 +      //! Connects Device Managers signals.
 +      /*!
 +       * This method connects Device Managers signals directly to UI
 +       * components or to it selft.
 +       */
        void connectDeviceManager( DeviceManager *aDeviceManager );
 +      //! Connects Communication Managers signals.
 +      /*!
 +       * This method connects Communication Managers signals directly to UI
 +       * components or to it selft.
 +       */
        void connectCommunicationManager( CommunicationManager *aCommunicationManager );
 +      //! Shows the main view.
 +      /*!
 +       * Makes the main view visible trough WindowManager.
 +       */
        void showMainView();
-       //! Shows the progress bar.
-       /*!
-        * Shows the progress bar with given text.
-        */
-       void showProgressBar( QString aText );
  
  signals: