diff options
-rw-r--r-- | src/gui/dialogs/qfileinfogatherer.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/dialogs/qfileinfogatherer.cpp b/src/gui/dialogs/qfileinfogatherer.cpp index 0eb3079..bd3b718 100644 --- a/src/gui/dialogs/qfileinfogatherer.cpp +++ b/src/gui/dialogs/qfileinfogatherer.cpp @@ -80,7 +80,7 @@ QFileInfoGatherer::QFileInfoGatherer(QObject *parent) { #ifdef Q_OS_WIN m_resolveSymlinks = true; -#elif !defined(Q_OS_INTEGRITY) +#elif !defined(Q_OS_INTEGRITY) && !defined(Q_OS_VXWORKS) userId = getuid(); groupId = getgid(); #endif |