We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61929c3 commit d18bee3Copy full SHA for d18bee3
1 file changed
src/util.h
@@ -437,7 +437,6 @@ public slots:
437
void OnHelpClientGetStarted() { QDesktopServices::openUrl ( QUrl ( CLIENT_GETTING_STARTED_URL ) ); }
438
void OnHelpServerGetStarted() { QDesktopServices::openUrl ( QUrl ( SERVER_GETTING_STARTED_URL ) ); }
439
void OnHelpSoftwareMan() { QDesktopServices::openUrl ( QUrl ( SOFTWARE_MANUAL_URL ) ); }
440
-
441
};
442
443
// Language combo box ----------------------------------------------------------
0 commit comments