Show
Ignore:
Timestamp:
01/22/08 05:11:44 (10 months ago)
Author:
eugene
Message:

Overloaded QTreeView::drawBranches().

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/qt-gui_qt4/src/views/userviewbase.h

    r5764 r6055  
    126126  QPoint myMousePressPos; 
    127127 
     128  /** 
     129   * Overload branches drawing method with an empty one 
     130   * to avoid unnecessary Qt processing 
     131   */ 
     132  virtual void drawBranches(QPainter*, const QRect&, const QModelIndex&) const {} 
     133 
    128134private slots: 
    129135  /**