From 5efee477b6d2c1292af7f359cbebbc009bcc21c3 Mon Sep 17 00:00:00 2001 From: Joerg Bornemann Date: Tue, 26 Nov 2013 11:58:00 +0100 Subject: [PATCH] remove left-over Q_UNUSED macros Change-Id: I8dd6861219bc8221030a850779baed2a596d5944 Reviewed-by: David Schulz --- src/plugins/texteditor/basetexteditor.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/plugins/texteditor/basetexteditor.cpp b/src/plugins/texteditor/basetexteditor.cpp index 63f2a3d7198..6b9ba965e14 100644 --- a/src/plugins/texteditor/basetexteditor.cpp +++ b/src/plugins/texteditor/basetexteditor.cpp @@ -3863,8 +3863,6 @@ void BaseTextEditorWidget::drawFoldingMarker(QPainter *painter, const QPalette & bool active, bool hovered) const { - Q_UNUSED(active) - Q_UNUSED(hovered) QStyle *s = style(); if (ManhattanStyle *ms = qobject_cast(s)) s = ms->baseStyle();