Skip to content
Snippets Groups Projects
Commit 9c3ed2c0 authored by Friedemann Kleint's avatar Friedemann Kleint
Browse files

Compile Windows.

parent f9d2c3ad
No related branches found
No related tags found
No related merge requests found
...@@ -52,11 +52,8 @@ WelcomePlugin::~WelcomePlugin() ...@@ -52,11 +52,8 @@ WelcomePlugin::~WelcomePlugin()
\a error_message can be used to pass an error message to the plugin system, \a error_message can be used to pass an error message to the plugin system,
if there was any. if there was any.
*/ */
bool WelcomePlugin::initialize(const QStringList &arguments, QString *error_message) bool WelcomePlugin::initialize(const QStringList & /* arguments */, QString * /* error_message */)
{ {
Q_UNUSED(arguments)
Q_UNUSED(error_message)
addAutoReleasedObject(new Internal::CommunityWelcomePage); addAutoReleasedObject(new Internal::CommunityWelcomePage);
m_welcomeMode = new WelcomeMode; m_welcomeMode = new WelcomeMode;
......
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