summaryrefslogtreecommitdiff
path: root/src/dialogs/plugin.cpp
diff options
context:
space:
mode:
authorAndrew Knight <andrew.knight@digia.com>2014-03-10 00:03:58 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-03-11 01:23:33 +0100
commitc8acc9ef849977f09f26a397de3812f81c740efa (patch)
tree6e9b79d06a19af055bed091f305de246f06f3c44 /src/dialogs/plugin.cpp
parent1b15111c90b4bc366d8c6ae27e4fe46d9e52c074 (diff)
downloadqtquickcontrols-c8acc9ef849977f09f26a397de3812f81c740efa.tar.gz
Replace module includes in dialogs
Replace a number of QtQml module inclusions with their more specific counterparts, possibly leading to decreased compilation time. Change-Id: I9b48b06e884d46c6440725a704951dc87e2e93db Reviewed-by: Shawn Rutledge <shawn.rutledge@digia.com>
Diffstat (limited to 'src/dialogs/plugin.cpp')
-rw-r--r--src/dialogs/plugin.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/dialogs/plugin.cpp b/src/dialogs/plugin.cpp
index 7c8c6bea..74672f65 100644
--- a/src/dialogs/plugin.cpp
+++ b/src/dialogs/plugin.cpp
@@ -41,6 +41,7 @@
#include <QtQml/qqml.h>
#include <QtQml/qqmlextensionplugin.h>
+#include <QtQml/qqmlcomponent.h>
#include "qquickmessagedialog_p.h"
#include "qquickabstractmessagedialog_p.h"
#include "qquickdialogassets_p.h"