[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    koffice/plugins/chartshape
From:       Boudewijn Rempt <boud () valdyas ! org>
Date:       2010-11-08 15:19:37
Message-ID: 20101108151937.3A5F4AC89E () svn ! kde ! org
[Download RAW message or body]

SVN commit 1194290 by rempt:

proper fix for warning

 M  +2 -1      PlotArea.cpp  


--- trunk/koffice/plugins/chartshape/PlotArea.cpp #1194289:1194290
@@ -238,7 +238,8 @@
     }
     // There need to be at least these two axes. Do not delete, but
     // hide them instead.
-//    Axis *xAxis = new Axis( q, XAxisDimension );
+    Axis *xAxis = new Axis( q, XAxisDimension );
+    Q_UNUSED(xAxis);
     Axis *yAxis = new Axis( q, YAxisDimension );
     yAxis->setShowMajorGrid( true );
 }
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic