Changeset 6193 for trunk/qt4-gui/src/config/contactlist.h
- Timestamp:
- 05/11/08 19:17:12 (8 months ago)
- Files:
-
- 1 modified
-
trunk/qt4-gui/src/config/contactlist.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/qt4-gui/src/config/contactlist.h
r6191 r6193 110 110 bool allowScrollBar() const { return myAllowScrollBar; } 111 111 bool useSystemBackground() const { return myUseSystemBackground; } 112 bool autoScroll() const { return myAutoScroll; }113 112 114 113 bool popupPicture() const { return myPopupPicture; } … … 161 160 void setAllowScrollBar(bool allowScrollBar); 162 161 void setUseSystemBackground(bool useSystemBackground); 163 void setAutoScroll(bool autoScroll);164 162 165 163 void setPopupPicture(bool popupPicture); … … 242 240 bool myAllowScrollBar; 243 241 bool myUseSystemBackground; 244 bool myAutoScroll;245 242 246 243 // Contact list sorting
