Skip to content
Snippets Groups Projects
Commit 810274d0 authored by Thomas Hartmann's avatar Thomas Hartmann
Browse files

WelcomePage: Bring back the tutorials page


The tutorials page was removed during refactoring.

Change-Id: Iec779d4fcf86f1807e17a5be775698b64ce16655
Reviewed-by: default avatarEike Ziller <eike.ziller@digia.com>
parent b32d7f4c
No related branches found
No related tags found
No related merge requests found
......@@ -83,6 +83,8 @@ bool QtSupportPlugin::initialize(const QStringList &arguments, QString *errorMes
addAutoReleasedObject(welcomePage);
welcomePage->setShowExamples(true);
welcomePage = new ExamplesWelcomePage;
addAutoReleasedObject(welcomePage);
GettingStartedWelcomePage *gettingStartedWelcomePage = new GettingStartedWelcomePage;
addAutoReleasedObject(gettingStartedWelcomePage);
#endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment