aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorShawn Rutledge <shawn.rutledge@digia.com>2012-11-30 11:44:52 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2012-11-30 15:20:52 +0100
commit18f42ab9b5e5b7bd9bd324af4c2ac449a5c2107e (patch)
treed19883175976bb5347ec3521b3a5ca0a1490e140 /tools
parent59d19f0a102473dbebe82a19bc3eb81824a069a6 (diff)
Remove the remaining usages of deprecated QWindow accessors
Change-Id: I146e7b8e3ae0ee74f5f4e3ef85f59d50a639c0f5 Reviewed-by: Samuel Rødal <samuel.rodal@digia.com>
Diffstat (limited to 'tools')
-rw-r--r--tools/qmlscene/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/qmlscene/main.cpp b/tools/qmlscene/main.cpp
index 32bf32edd8..87a577b44e 100644
--- a/tools/qmlscene/main.cpp
+++ b/tools/qmlscene/main.cpp
@@ -503,7 +503,7 @@ int main(int argc, char ** argv)
window->setFormat(surfaceFormat);
window->setClearBeforeRendering(true);
window->setColor(QColor(Qt::transparent));
- window->setWindowFlags(Qt::FramelessWindowHint);
+ window->setFlags(Qt::FramelessWindowHint);
}
if (options.fullscreen)