Changeset 18281 in vbox
- Timestamp:
- Mar 25, 2009 8:30:31 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/include/VBoxGlobal.h
r17884 r18281 37 37 #include <QHash> 38 38 39 #ifdef Q_WS_X11 40 # include <sys/wait.h> 41 #endif 42 39 43 class QAction; 40 44 class QLabel; … … 227 231 result = process.readAllStandardOutput(); 228 232 process.setProcessState (QProcess::NotRunning); 233 #ifdef Q_WS_X11 234 int status; 235 waitpid(process.pid(), &status, 0); 236 #endif 229 237 return result; 230 238 }
Note:
See TracChangeset
for help on using the changeset viewer.

