messagingapp/msgui/unifiedviewer/src/uniscrollarea.cpp
changeset 37 518b245aa84c
parent 23 238255e8b033
child 47 5b14749788d7
equal deleted inserted replaced
25:84d9eb65b26f 37:518b245aa84c
   141     // contents() is not available so replaced with contentWidget()
   141     // contents() is not available so replaced with contentWidget()
   142     QGraphicsItem* widgetItem = this->contentWidget();
   142     QGraphicsItem* widgetItem = this->contentWidget();
   143     widgetItem->setPos(0, 0);
   143     widgetItem->setPos(0, 0);
   144 }
   144 }
   145 
   145 
   146 //---------------------------------------------------------------
       
   147 //UniScrollArea :: upGesture
       
   148 // @see header file
       
   149 //---------------------------------------------------------------
       
   150 void UniScrollArea::upGesture(int value)
       
   151 {
       
   152     Q_UNUSED(value)
       
   153 }
       
   154 
       
   155 //---------------------------------------------------------------
       
   156 //UniScrollArea :: downGesture
       
   157 // @see header file
       
   158 //---------------------------------------------------------------
       
   159 void UniScrollArea::downGesture(int value)
       
   160 {
       
   161     Q_UNUSED(value)
       
   162 }
       
   163 
   146 
   164 // EOF
   147 // EOF