Compile Windows.

This commit is contained in:
Friedemann Kleint
2010-03-31 11:57:30 +02:00
parent f9d2c3ad41
commit 9c3ed2c05d

View File

@@ -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;