Changeset 5193 in vbox for trunk/src/VBox/Frontends/VirtualBox/include
- Timestamp:
- Oct 9, 2007 11:00:07 AM (18 years ago)
- svn:sync-xref-src-repo-rev:
- 25120
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/include/VBoxGlobal.h
r5160 r5193 41 41 class QAction; 42 42 class QLabel; 43 class QToolButton; 43 44 44 45 // Auxiliary types … … 431 432 const char *aDisabled = 0, const char *aSmallDisabled = 0, 432 433 const char *aActive = 0, const char *aSmallActive = 0); 434 435 static void setTextLabel (QToolButton *aToolButton, const QString &aTextLabel); 433 436 434 437 static QRect normalizeGeometry (const QRect &aRect, const QRect &aBoundRect,
Note:
See TracChangeset
for help on using the changeset viewer.