Changeset 23955 in vbox for trunk/src/VBox/Frontends/VirtualBox
- Timestamp:
- Oct 21, 2009 9:02:09 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/VBoxProblemReporter.cpp
r23954 r23955 344 344 void VBoxProblemReporter::checkForMountedWrongUSB() const 345 345 { 346 #ifdef RT_OS_LINUX 346 347 QFile file ("/proc/mounts"); 347 348 if (file.exists() && file.open (QIODevice::ReadOnly | QIODevice::Text)) … … 364 365 "checkForMountedWrongUSB"); 365 366 } 367 #endif 366 368 } 367 369
Note:
See TracChangeset
for help on using the changeset viewer.