Changeset 21120 in vbox for trunk/src/VBox/Frontends/VirtualBox/include
- Timestamp:
- Jul 1, 2009 1:16:12 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/include/QIAdvancedSlider.h
r21119 r21120 59 59 Qt::Orientation orientation() const; 60 60 61 void setSnap ingEnabled (bool aOn);62 bool isSnap ingEnabled() const;61 void setSnappingEnabled (bool aOn); 62 bool isSnappingEnabled() const; 63 63 64 64 public slots: … … 84 84 /* Private member vars */ 85 85 QSlider *mSlider; 86 bool mSnap ingEnabled;86 bool mSnappingEnabled; 87 87 }; 88 88
Note:
See TracChangeset
for help on using the changeset viewer.