From ff763aab1a76cddefc8a208c363bafe4e41df575 Mon Sep 17 00:00:00 2001 From: "Aaron J. Seigo" Date: Thu, 9 Apr 2009 06:00:57 +0000 Subject: [PATCH] SVN_SILENT:--compilerWarnings; svn path=/trunk/KDE/kdelibs/; revision=951382 --- widgets/tabbar.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/widgets/tabbar.cpp b/widgets/tabbar.cpp index 759e2086c..a7f99cd3e 100644 --- a/widgets/tabbar.cpp +++ b/widgets/tabbar.cpp @@ -444,6 +444,7 @@ KTabBar *TabBar::nativeWidget() const void TabBar::wheelEvent(QGraphicsSceneWheelEvent * event) { + Q_UNUSED(event) //Still here for binary compatibility }