Changeset 2170 in vbox for trunk/src/VBox/Frontends/VirtualBox/include
- Timestamp:
- Apr 18, 2007 1:09:20 PM (18 years ago)
- svn:sync-xref-src-repo-rev:
- 20500
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/include/VBoxGlobal.h
r2044 r2170 134 134 }; 135 135 136 class QIConstrainKeeper : public QObject 137 { 138 Q_OBJECT 139 140 public: 141 142 QIConstrainKeeper (QWidget*); 143 144 private: 145 146 bool eventFilter (QObject*, QEvent*); 147 }; 148 136 149 // VBoxGlobal 137 150 ////////////////////////////////////////////////////////////////////////////////
Note:
See TracChangeset
for help on using the changeset viewer.