Skip to content

Commit

Permalink
Add fixes suggested by Clang
Browse files Browse the repository at this point in the history
  • Loading branch information
hluk committed Nov 5, 2024
1 parent 9b59ec1 commit 8995be1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
3 changes: 0 additions & 3 deletions src/common/actionoutput.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -90,9 +90,6 @@ class ActionOutputItem final : public QObject
connectActionOutput(action, this);
}

void setOutputFormat(const QString &outputItemFormat) { m_outputFormat = outputItemFormat; }
void setOutputTab(const QString &outputTabName) { m_tab = outputTabName; }

void onActionOutput(const QByteArray &output)
{
m_output.append(output);
Expand Down
1 change: 0 additions & 1 deletion src/common/common.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -744,7 +744,6 @@ bool handleEmacsKey(QKeyEvent *event, QObject *eventReceiver)
break;
}
return false;
break;
case Qt::Key_N:
if (mods & Qt::ControlModifier) {
key = Qt::Key_Down;
Expand Down

0 comments on commit 8995be1

Please sign in to comment.