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 32d53ba commit 2a806f0Copy full SHA for 2a806f0
qt/widgets/common/inc/MantidQtWidgets/Common/MantidHelpWindow.h
@@ -25,9 +25,9 @@ class EXPORT_OPT_MANTIDQT_COMMON MantidHelpWindow : public API::MantidHelpInterf
25
Q_OBJECT
26
27
public:
28
- static bool helpWindowExists()
+ static bool helpWindowExists();
29
30
- MantidHelpWindow(const Qt::WindowFlags &flags = Qt::WindowFlags());
+ MantidHelpWindow(const Qt::WindowFlags &flags = Qt::WindowFlags());
31
32
void showPage(const std::string &url = std::string()) override;
33
void showPage(const QString &url) override;
0 commit comments