Skip to content

Commit b72925e

Browse files
committed
lint: remove qt SIGNAL/SLOT lint
I think we are past the point where we need to lint for this, the CPU can probably be better utilized.
1 parent 41720a1 commit b72925e

File tree

2 files changed

+1
-21
lines changed

2 files changed

+1
-21
lines changed

src/qt/bitcoingui.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ public Q_SLOTS:
303303
/** Show window if hidden, unminimize when minimized, rise when obscured or show if hidden and fToggleHidden is true */
304304
void showNormalIfMinimized() { showNormalIfMinimized(false); }
305305
void showNormalIfMinimized(bool fToggleHidden);
306-
/** Simply calls showNormalIfMinimized(true) for use in SLOT() macro */
306+
/** Simply calls showNormalIfMinimized(true) */
307307
void toggleHidden();
308308

309309
/** called by a timer to check if ShutdownRequested() has been set **/

test/lint/lint-qt.sh

Lines changed: 0 additions & 20 deletions
This file was deleted.

0 commit comments

Comments
 (0)