Skip to content
This repository has been archived by the owner on Jan 28, 2022. It is now read-only.

Commit

Permalink
chore: Remove cpplint workaround for Qt signals
Browse files Browse the repository at this point in the history
The new cpplint version 1.5.2 finally supports Qt signal definitions.

- Removed all `// NOLINT` markers

Relates to YIO-Remote/remote-software#521
  • Loading branch information
zehnm committed Jan 11, 2021
1 parent fbf8f25 commit 0037b5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dock.h
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ class Dock : public Integration {

void sendCommand(const QString& type, const QString& entityId, int command, const QVariant& param) override;

public slots: // NOLINT open issue: https://github.com/cpplint/cpplint/pull/99
public slots:
void connect() override;
void disconnect() override;
void enterStandby() override;
Expand Down

0 comments on commit 0037b5d

Please sign in to comment.