[qet] [2262] fix a 'warning' at compilation

[ Thread Index | Date Index | More lists.tuxfamily.org/qet Archives ]


Revision: 2262
Author:   blacksun
Date:     2013-06-13 19:06:37 +0200 (Thu, 13 Jun 2013)
Log Message:
-----------
fix a 'warning' at compilation

Modified Paths:
--------------
    trunk/sources/numerotationcontextcommands.cpp

Modified: trunk/sources/numerotationcontextcommands.cpp
===================================================================
--- trunk/sources/numerotationcontextcommands.cpp	2013-06-13 11:36:19 UTC (rev 2261)
+++ trunk/sources/numerotationcontextcommands.cpp	2013-06-13 17:06:37 UTC (rev 2262)
@@ -226,6 +226,7 @@
  * @return the represented string of num
  */
 QString FolioNum::toRepresentedString(const QString str) const {
+	Q_UNUSED(str);
 	return (QString::number(diagram_ -> folioIndex() + 1));
 }
 


Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/