forked from qt-creator/qt-creator
remove left-over Q_UNUSED macros
Change-Id: I8dd6861219bc8221030a850779baed2a596d5944 Reviewed-by: David Schulz <david.schulz@digia.com>
This commit is contained in:
@@ -3863,8 +3863,6 @@ void BaseTextEditorWidget::drawFoldingMarker(QPainter *painter, const QPalette &
|
|||||||
bool active,
|
bool active,
|
||||||
bool hovered) const
|
bool hovered) const
|
||||||
{
|
{
|
||||||
Q_UNUSED(active)
|
|
||||||
Q_UNUSED(hovered)
|
|
||||||
QStyle *s = style();
|
QStyle *s = style();
|
||||||
if (ManhattanStyle *ms = qobject_cast<ManhattanStyle*>(s))
|
if (ManhattanStyle *ms = qobject_cast<ManhattanStyle*>(s))
|
||||||
s = ms->baseStyle();
|
s = ms->baseStyle();
|
||||||
|
|||||||
Reference in New Issue
Block a user