Skip to content

Commit 5c80d9b

Browse files
committed
Merge bitcoin/bitcoin#24790: lint: remove qt SIGNAL/SLOT lint
b72925e lint: remove qt SIGNAL/SLOT lint (fanquake) Pull request description: I think we are past the point where we need to lint for this, the CPU can probably be better utilized. ACKs for top commit: laanwj: ACK b72925e Tree-SHA512: 3da6e4811cdd16ff64c7e26f641f7b24f0405cc86cec36666de58691d447eca8662c924df31c6c60b3523c13590bdc62205a3237b1b1794dd8cdef35519309b3
2 parents d844b5e + b72925e commit 5c80d9b

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)