From 62429fbeb90de28a30a9235e07f93d746947f02b Mon Sep 17 00:00:00 2001 From: Aaron Seigo Date: Thu, 26 May 2011 18:44:00 +0200 Subject: [PATCH] shhh --- scripting/wallpaperscript.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/scripting/wallpaperscript.cpp b/scripting/wallpaperscript.cpp index db8d0514a..0f5c348c9 100644 --- a/scripting/wallpaperscript.cpp +++ b/scripting/wallpaperscript.cpp @@ -116,6 +116,7 @@ void WallpaperScript::wheelEvent(QGraphicsSceneWheelEvent *event) void WallpaperScript::addUrls(const KUrl::List urls) { + Q_UNUSED(urls) } bool WallpaperScript::isInitialized() const