We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87dff09 commit dbee7f3Copy full SHA for dbee7f3
src/qt/BGLgui.h
@@ -304,7 +304,7 @@ public Q_SLOTS:
304
/** Show window if hidden, unminimize when minimized, rise when obscured or show if hidden and fToggleHidden is true */
305
void showNormalIfMinimized() { showNormalIfMinimized(false); }
306
void showNormalIfMinimized(bool fToggleHidden);
307
- /** Simply calls showNormalIfMinimized(true) for use in SLOT() macro */
+ /** Simply calls showNormalIfMinimized(true) */
308
void toggleHidden();
309
310
/** called by a timer to check if ShutdownRequested() has been set **/
test/lint/lint-qt.sh
0 commit comments