From 36173d77b02e5a2ff6fc29ad982555e9777fd2dc Mon Sep 17 00:00:00 2001 From: Hugo Pereira Da Costa Date: Sun, 21 Sep 2014 18:32:41 +0200 Subject: [PATCH] hide unused variable --- kstyle/breezehelper.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/kstyle/breezehelper.cpp b/kstyle/breezehelper.cpp index 0c7ce686..b21eade8 100644 --- a/kstyle/breezehelper.cpp +++ b/kstyle/breezehelper.cpp @@ -1358,6 +1358,7 @@ namespace Breeze #if QT_VERSION >= 0x050300 return pixmap.devicePixelRatio(); #else + Q_UNUSED(pixmap); return 1; #endif }