Changeset 21105 in vbox
- Timestamp:
- Jun 30, 2009 10:22:07 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/main.cpp
r20652 r21105 208 208 } 209 209 210 #ifndef Q_WS_WIN211 210 /** 212 211 * Show all available command line parameters. … … 267 266 mode.toLatin1().constData(), 268 267 dflt.toLatin1().constData()); 268 /** @todo Show this as a dialog on windows. */ 269 269 } 270 #endif271 270 272 271 extern "C" DECLEXPORT(int) TrustedMain (int argc, char **argv, char ** /*envp*/) … … 290 289 #endif 291 290 292 #ifndef Q_WS_WIN293 291 int i; 294 292 for (i=0; i<argc; i++) … … 301 299 return 0; 302 300 } 303 #endif304 301 305 302 #if defined(DEBUG) && defined(Q_WS_X11) && defined(RT_OS_LINUX) … … 572 569 # else 573 570 msgText += g_QStrHintOtherWrongDriverVersion; 574 # endif 571 # endif 575 572 break; 576 573 default:
Note:
See TracChangeset
for help on using the changeset viewer.