forked from qt-creator/qt-creator
ClangFormat: Fix unused parameter warning
Change-Id: Ib2d46e88a236a8ac7706a9827535b664e9f08792 Reviewed-by: Ivan Donchevskii <ivan.donchevskii@qt.io>
This commit is contained in:
@@ -376,6 +376,8 @@ void ClangFormatIndenter::indentBlock(QTextDocument *doc,
|
||||
const QChar &typedChar,
|
||||
const TabSettings &tabSettings)
|
||||
{
|
||||
Q_UNUSED(tabSettings);
|
||||
|
||||
TextEditorWidget *editor = TextEditorWidget::currentTextEditorWidget();
|
||||
if (!editor)
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user