Changeset 6191 for trunk/qt4-gui/src/config/contactlist.h
- Timestamp:
- 05/11/08 06:43:50 (7 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
r6156 r6191 110 110 bool allowScrollBar() const { return myAllowScrollBar; } 111 111 bool useSystemBackground() const { return myUseSystemBackground; } 112 bool autoScroll() const { return myAutoScroll; } 112 113 113 114 bool popupPicture() const { return myPopupPicture; } … … 160 161 void setAllowScrollBar(bool allowScrollBar); 161 162 void setUseSystemBackground(bool useSystemBackground); 163 void setAutoScroll(bool autoScroll); 162 164 163 165 void setPopupPicture(bool popupPicture); … … 240 242 bool myAllowScrollBar; 241 243 bool myUseSystemBackground; 244 bool myAutoScroll; 242 245 243 246 // Contact list sorting
