Changeset 90942 in vbox
- Timestamp:
- Aug 27, 2021 10:19:32 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/globals/UITranslator.cpp
r90941 r90942 19 19 #include <QApplication> 20 20 #include <QDir> 21 #ifdef Q_OS_UNIX 22 # include <QLibraryInfo> 23 #endif 21 24 22 25 /* GUI includes: */ … … 27 30 #include <iprt/assert.h> 28 31 #include <iprt/path.h> 32 #ifdef Q_OS_UNIX 33 # include <iprt/env.h> 34 #endif 29 35 30 36 /* static */
Note:
See TracChangeset
for help on using the changeset viewer.

