Changeset 9091 in vbox
- Timestamp:
- May 23, 2008 3:59:35 PM (17 years ago)
- Location:
- trunk/src/VBox/Frontends/VirtualBox4
- Files:
-
- 4 added
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox4/include/QIApplication.h
r8170 r9091 24 24 #define __QIApplication_h__ 25 25 26 #include <qapplication.h> 26 /* Qt includes */ 27 #include <QApplication> 27 28 28 29 typedef bool (*QIFilterCallback)(EventRef inEvent, void *inUserArg); -
trunk/src/VBox/Frontends/VirtualBox4/include/QIStateIndicator.h
r8170 r9091 30 30 class QIStateIndicator : public QFrame 31 31 { 32 Q_OBJECT 32 Q_OBJECT; 33 33 34 34 public: … … 89 89 90 90 #endif // __QIStateIndicator_h__ 91 -
trunk/src/VBox/Frontends/VirtualBox4/include/QIStatusBar.h
r8170 r9091 31 31 class QIStatusBar : public QStatusBar 32 32 { 33 Q_OBJECT 33 Q_OBJECT; 34 34 35 35 public: … … 51 51 52 52 #endif // __QIStatusBar_h__ 53 -
trunk/src/VBox/Frontends/VirtualBox4/src/QIStatusBar.cpp
r8170 r9091 70 70 // } 71 71 } 72
Note:
See TracChangeset
for help on using the changeset viewer.