Skip to content

Commit dbee7f3

Browse files
fanquakejanus
authored andcommitted
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 87dff09 commit dbee7f3

File tree

2 files changed

+1
-21
lines changed

2 files changed

+1
-21
lines changed

src/qt/BGLgui.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ public Q_SLOTS:
304304
/** Show window if hidden, unminimize when minimized, rise when obscured or show if hidden and fToggleHidden is true */
305305
void showNormalIfMinimized() { showNormalIfMinimized(false); }
306306
void showNormalIfMinimized(bool fToggleHidden);
307-
/** Simply calls showNormalIfMinimized(true) for use in SLOT() macro */
307+
/** Simply calls showNormalIfMinimized(true) */
308308
void toggleHidden();
309309

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

test/lint/lint-qt.sh

-20
This file was deleted.

0 commit comments

Comments
 (0)