summaryrefslogtreecommitdiffstats
path: root/src/widgets/dialogs/qfileinfogatherer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/widgets/dialogs/qfileinfogatherer.cpp')
-rw-r--r--src/widgets/dialogs/qfileinfogatherer.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/widgets/dialogs/qfileinfogatherer.cpp b/src/widgets/dialogs/qfileinfogatherer.cpp
index 6d9c0cac6b..c6dc2a87d7 100644
--- a/src/widgets/dialogs/qfileinfogatherer.cpp
+++ b/src/widgets/dialogs/qfileinfogatherer.cpp
@@ -79,9 +79,6 @@ QFileInfoGatherer::QFileInfoGatherer(QObject *parent)
{
#ifdef Q_OS_WIN
m_resolveSymlinks = true;
-#elif !defined(Q_OS_INTEGRITY)
- userId = getuid();
- groupId = getgid();
#endif
#ifndef QT_NO_FILESYSTEMWATCHER
watcher = new QFileSystemWatcher(this);