Skip to content

Commit

Permalink
lint: remove qt SIGNAL/SLOT lint
Browse files Browse the repository at this point in the history
I think we are past the point where we need to lint for this, the CPU
can probably be better utilized.
  • Loading branch information
fanquake authored and janus committed Jul 26, 2022
1 parent 87dff09 commit dbee7f3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 21 deletions.
2 changes: 1 addition & 1 deletion src/qt/BGLgui.h
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ public Q_SLOTS:
/** Show window if hidden, unminimize when minimized, rise when obscured or show if hidden and fToggleHidden is true */
void showNormalIfMinimized() { showNormalIfMinimized(false); }
void showNormalIfMinimized(bool fToggleHidden);
/** Simply calls showNormalIfMinimized(true) for use in SLOT() macro */
/** Simply calls showNormalIfMinimized(true) */
void toggleHidden();

/** called by a timer to check if ShutdownRequested() has been set **/
Expand Down
20 changes: 0 additions & 20 deletions test/lint/lint-qt.sh

This file was deleted.

0 comments on commit dbee7f3

Please sign in to comment.