Changeset 85399 in vbox for trunk/src/VBox/Frontends
- Timestamp:
- Jul 21, 2020 11:03:12 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/manager/UIVirtualBoxManager.cpp
r85398 r85399 1258 1258 1259 1259 /* Execute console application finally: */ 1260 QProcess::startDetached( strPath, arguments);1260 QProcess::startDetached(QString("%1 %2").arg(strPath, arguments.join(' '))); 1261 1261 } 1262 1262
Note:
See TracChangeset
for help on using the changeset viewer.