phoneplugins/infowidgetplugin/infowidgetprovider/infowidget/src/infowidgetlinehandler.cpp
changeset 27 2f8f8080a020
parent 22 6bb1b21d2484
equal deleted inserted replaced
22:6bb1b21d2484 27:2f8f8080a020
    18 
    18 
    19 #include "infowidgetlinehandler.h"
    19 #include "infowidgetlinehandler.h"
    20 #include "infowidgetlogging.h"
    20 #include "infowidgetlogging.h"
    21 
    21 
    22 
    22 
    23 /*!
    23 /*! 
    24  */
    24  */
    25 InfoWidgetLineHandler::InfoWidgetLineHandler(QObject *parent):
    25 InfoWidgetLineHandler::InfoWidgetLineHandler(QObject *parent):
    26     QObject(parent), 
    26     QObject(parent), 
    27     m_activeLine(1)
    27     m_activeLine(1)
    28 {
    28 {
    29     DPRINT << ": IN";
    29     DPRINT; 
    30     DPRINT << ": OUT";
       
    31 }
    30 }
    32 
    31 
    33 /*!
    32 /*!
    34  */
    33  */
    35 InfoWidgetLineHandler::~InfoWidgetLineHandler()
    34 InfoWidgetLineHandler::~InfoWidgetLineHandler()
    36 {
    35 {
    37     DPRINT << ": IN";
    36     DPRINT; 
    38     DPRINT << ": OUT";
       
    39 }    
    37 }    
    40 
    38 
    41 /*!
    39 /*!
    42  */
    40  */
    43 void InfoWidgetLineHandler::logCurrentInfo()
    41 void InfoWidgetLineHandler::logCurrentInfo()
    44 {
    42 {
    45     DPRINT << ": IN"; 
    43     DPRINT; 
    46     DPRINT << ": OUT";
       
    47     
       
    48 } 
    44 } 
    49 
    45 
    50 /*!
    46 /*!
    51  */
    47  */
    52 int InfoWidgetLineHandler::activeLine() const
    48 int InfoWidgetLineHandler::activeLine() const