aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/welcome/welcomeplugin.cpp
diff options
context:
space:
mode:
authorTobias Hunger <tobias.hunger@digia.com>2014-05-02 17:38:42 +0200
committerTobias Hunger <tobias.hunger@digia.com>2014-05-26 11:42:03 +0200
commita8e8910130ecb59a40e38e3dbca712bb6f8db15f (patch)
tree37988f031c58eae079a336b7a9272ac927d6fed5 /src/plugins/welcome/welcomeplugin.cpp
parentca41557613d02026113e52703984625b88687023 (diff)
IWizard->IWizardFactory
Start at splitting up the wizard functionality a bit. Currently it is a factory but also contains a lot of logic that is invoked by the real wizard dialogs. This change renames/moves a couple of things only. Change-Id: I1fa114ee3ee262f7c0690841f361bbf09e674725 Reviewed-by: Orgad Shaneh <orgads@gmail.com>
Diffstat (limited to 'src/plugins/welcome/welcomeplugin.cpp')
-rw-r--r--src/plugins/welcome/welcomeplugin.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/welcome/welcomeplugin.cpp b/src/plugins/welcome/welcomeplugin.cpp
index 6095cae059..283ab02b76 100644
--- a/src/plugins/welcome/welcomeplugin.cpp
+++ b/src/plugins/welcome/welcomeplugin.cpp
@@ -35,6 +35,7 @@
#include <coreplugin/icore.h>
#include <coreplugin/imode.h>
#include <coreplugin/modemanager.h>
+#include <coreplugin/iwizardfactory.h>
#include <utils/fileutils.h>
#include <utils/hostosinfo.h>