aboutsummaryrefslogtreecommitdiffstats
path: root/tools/easingcurveeditor/mainwindow.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tools/easingcurveeditor/mainwindow.cpp')
-rw-r--r--tools/easingcurveeditor/mainwindow.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/easingcurveeditor/mainwindow.cpp b/tools/easingcurveeditor/mainwindow.cpp
index c0e04e645a..546ecee83f 100644
--- a/tools/easingcurveeditor/mainwindow.cpp
+++ b/tools/easingcurveeditor/mainwindow.cpp
@@ -130,7 +130,7 @@ void MainWindow::resizeEvent(QResizeEvent *event)
void MainWindow::initQml()
{
- quickView.setWindowFlags(Qt::FramelessWindowHint);
+ quickView.setFlags(Qt::FramelessWindowHint);
quickView.rootContext()->setContextProperty(QLatin1String("editor"), m_splineEditor);
quickView.setSource(QUrl("qrc:/preview.qml"));
quickView.show();