phoneengine/networkhandlingstarter/src/networkhandlingstarter.cpp
changeset 60 1eef62f5c541
parent 50 377c906a8701
equal deleted inserted replaced
53:22cc52eade9b 60:1eef62f5c541
    12  * Contributors:
    12  * Contributors:
    13  *
    13  *
    14  * Description:  
    14  * Description:  
    15  *
    15  *
    16  */
    16  */
       
    17 
       
    18 #include <tstasksettings.h>
    17 #include <networkhandlingstarter.h>
    19 #include <networkhandlingstarter.h>
    18 #include <networkhandlingstarterlogging.h>
    20 #include <networkhandlingstarterlogging.h>
    19 #include <networkhandlingstarter_p.h>
    21 #include <networkhandlingstarter_p.h>
    20 
    22 
    21 /*!
    23 /*!
    49     DPRINT;
    51     DPRINT;
    50     
    52     
    51     if(!m_privateImpl) {
    53     if(!m_privateImpl) {
    52         m_privateImpl = new NetworkHandlingStarterPrivate();
    54         m_privateImpl = new NetworkHandlingStarterPrivate();
    53     }
    55     }
       
    56 
       
    57     // Networkhandlingstarter to be invisible in taskswitcher 
       
    58     TsTaskSettings taskSettings;
       
    59     taskSettings.setVisibility(false);
    54 }
    60 }
    55 
    61 
    56 // End of File.
    62 // End of File.