summaryrefslogtreecommitdiff
path: root/src/app
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@digia.com>2013-10-22 14:43:43 +0200
committerFriedemann Kleint <Friedemann.Kleint@digia.com>2013-10-23 08:10:19 +0200
commit719c87e5990f8b45f406fe2c3bd6309e6c1bcfc9 (patch)
tree20b373fa6a4025a6fa07d5428931be4c9985163b /src/app
parenteed81ea87143e7e06506473dbf71dbf19786c8c3 (diff)
downloadqt-creator-719c87e5990f8b45f406fe2c3bd6309e6c1bcfc9.tar.gz
Remove setting of Qt::AA_DontCreateNativeWidgetSiblings .
Change qtbase 72a7882cec07a9ad187c9e1772fb08f59a4b9519 avoids unnecessary creation of native siblings in Qt 5. Task-number: QTBUG-34138 Change-Id: Ie6b847f57a40d56028c771628f31acb182179066 Reviewed-by: Gunnar Sletta <gunnar.sletta@digia.com>
Diffstat (limited to 'src/app')
-rw-r--r--src/app/main.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/app/main.cpp b/src/app/main.cpp
index 6393458d31..87d988313f 100644
--- a/src/app/main.cpp
+++ b/src/app/main.cpp
@@ -313,11 +313,6 @@ int main(int argc, char **argv)
#if QT_VERSION >= 0x050100
app.setAttribute(Qt::AA_UseHighDpiPixmaps);
- if (Utils::HostOsInfo::isWindowsHost() || Utils::HostOsInfo::isMacHost()) {
- // Prevent native windows from being created for the sibling widgets of the welcome screen.
- // Causes flicker on Linux, though.
- app.setAttribute(Qt::AA_DontCreateNativeWidgetSiblings);
- }
#endif
// Manually determine -settingspath command line option