Changeset 22964 in vbox for trunk/src/VBox/Frontends/VirtualBox/include/QIArrowButtonPress.h
- Timestamp:
- Sep 11, 2009 6:55:18 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 52237
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/include/QIArrowButtonPress.h
r22948 r22964 42 42 public: 43 43 44 QIArrowButtonPress (bool aNext, const QString &aName = QString::null, QWidget *aParent = 0); 44 QIArrowButtonPress (QWidget *aParent = 0); 45 QIArrowButtonPress (bool aNext, const QString &aName, QWidget *aParent = 0); 46 47 void setNext (bool aNext) { mNext = aNext; } 45 48 46 49 private:
Note:
See TracChangeset
for help on using the changeset viewer.