Skip to content

Commit

Permalink
mark unused variables
Browse files Browse the repository at this point in the history
  • Loading branch information
alexfikl committed Apr 27, 2024
1 parent c8d5b2f commit 0be1377
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/tikzktexteditorcompletion.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,9 @@ void TikzKTextEditorCompletion::completionInvoked(
KTextEditor::View *view, const KTextEditor::Range &range,
KTextEditor::CodeCompletionModel::InvocationType it)
{
Q_UNUSED(view);
Q_UNUSED(range);
Q_UNUSED(it);
setRowCount(m_matches.rowCount());
}

Expand Down

0 comments on commit 0be1377

Please sign in to comment.