diff --git a/sources/numerotationcontextcommands.cpp b/sources/numerotationcontextcommands.cpp index 7d35fbe98..ffb02d9c4 100644 --- a/sources/numerotationcontextcommands.cpp +++ b/sources/numerotationcontextcommands.cpp @@ -226,6 +226,7 @@ FolioNum::FolioNum (Diagram *d): * @return the represented string of num */ QString FolioNum::toRepresentedString(const QString str) const { + Q_UNUSED(str); return (QString::number(diagram_ -> folioIndex() + 1)); }