Changeset 17378 in vbox
- Timestamp:
- Mar 5, 2009 9:31:53 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/VBoxProblemReporter.cpp
r17365 r17378 31 31 #include "QIHotKeyEdit.h" 32 32 33 #ifdef Q_WS_MAC 34 # include "VBoxUtils-darwin.h" 35 #endif 36 33 37 /* Qt includes */ 34 38 #include <QProgressDialog> … … 82 86 { 83 87 setModal (true); 88 #ifdef Q_WS_MAC 89 ::darwinSetHidesAllTitleButtons (this); 90 ::darwinSetShowsResizeIndicator (this, false); 91 #endif /* Q_WS_MAC */ 92 84 93 if (mOpCount > 1) 85 94 setLabelText (QString (sOpDescTpl)
Note:
See TracChangeset
for help on using the changeset viewer.