aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/welcome/welcomemode.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/welcome/welcomemode.cpp')
-rw-r--r--src/plugins/welcome/welcomemode.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/plugins/welcome/welcomemode.cpp b/src/plugins/welcome/welcomemode.cpp
index 4c7e3d57630..a09b5647670 100644
--- a/src/plugins/welcome/welcomemode.cpp
+++ b/src/plugins/welcome/welcomemode.cpp
@@ -147,6 +147,11 @@ QString WelcomeMode::id() const
return QLatin1String(Core::Constants::MODE_WELCOME);
}
+QString WelcomeMode::type() const
+{
+ return QLatin1String(Core::Constants::MODE_WELCOME_TYPE);
+}
+
Core::Context WelcomeMode::context() const
{
static Core::Context contexts(Core::Constants::C_WELCOME_MODE);