Skip to content
Snippets Groups Projects
Commit 0af69e46 authored by Samuel Jackson's avatar Samuel Jackson
Browse files

Refs #16962 Fix some warnings

parent 80acdb50
No related branches found
No related tags found
No related merge requests found
...@@ -43,6 +43,8 @@ InstrumentWindow::~InstrumentWindow() {} ...@@ -43,6 +43,8 @@ InstrumentWindow::~InstrumentWindow() {}
/** /**
* Load instrument window state from a Mantid project file * Load instrument window state from a Mantid project file
* @param lines :: lines from the project file to load state from * @param lines :: lines from the project file to load state from
* @param app :: handle to the application window
* @param fileVersion :: version of the Mantid project file
* @return handle to the created instrument window * @return handle to the created instrument window
*/ */
IProjectSerialisable *InstrumentWindow::loadFromProject( IProjectSerialisable *InstrumentWindow::loadFromProject(
......
...@@ -21,10 +21,8 @@ public: ...@@ -21,10 +21,8 @@ public:
void initSurface() override; void initSurface() override;
/// Load settings for the tree widget tab from a project file /// Load settings for the tree widget tab from a project file
virtual void loadFromProject(const std::string &lines) override; virtual void loadFromProject(const std::string &lines) override;
;
/// Save settings for the tree widget tab to a project file /// Save settings for the tree widget tab to a project file
virtual std::string saveToProject() const override; virtual std::string saveToProject() const override;
;
public slots: public slots:
void selectComponentByName(const QString &name); void selectComponentByName(const QString &name);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment