File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -431,12 +431,13 @@ class CHelpMenu : public QMenu
431431
432432public slots:
433433 void OnHelpWhatsThis () { QWhatsThis::enterWhatsThisMode (); }
434+ void OnHelpPrivacyPolicy () { QDesktopServices::openUrl ( QUrl ( PRIVACY_POLICY_URL ) ); }
434435 void OnHelpAbout () { AboutDlg.exec (); }
435436 void OnHelpAboutQt () { QMessageBox::aboutQt ( nullptr , QString ( tr ( " About Qt" ) ) ); }
436437 void OnHelpClientGetStarted () { QDesktopServices::openUrl ( QUrl ( CLIENT_GETTING_STARTED_URL ) ); }
437438 void OnHelpServerGetStarted () { QDesktopServices::openUrl ( QUrl ( SERVER_GETTING_STARTED_URL ) ); }
438439 void OnHelpSoftwareMan () { QDesktopServices::openUrl ( QUrl ( SOFTWARE_MANUAL_URL ) ); }
439- void OnHelpPrivacyPolicy () { QDesktopServices::openUrl ( QUrl ( PRIVACY_POLICY_URL ) ); }
440+
440441};
441442
442443// Language combo box ----------------------------------------------------------
You can’t perform that action at this time.
0 commit comments