Skip to content

Commit

Permalink
refs #10939. Make decs protected
Browse files Browse the repository at this point in the history
  • Loading branch information
OwenArnold committed Jan 21, 2015
1 parent 51986bc commit 7a383dd
Showing 1 changed file with 5 additions and 2 deletions.
Expand Up @@ -183,6 +183,10 @@ public slots:
// Peaks overlay
void peakOverlay_toggled(bool);

protected:
void dragEnterEvent(QDragEnterEvent *e);
void dropEvent(QDropEvent *e);

private:
void loadSettings();
void saveSettings();
Expand Down Expand Up @@ -324,8 +328,7 @@ public slots:

/// Object for choosing a PeakTransformFactory based on the workspace type.
Mantid::API::PeakTransformSelector m_peakTransformSelector;
void dragEnterEvent(QDragEnterEvent *e);
void dropEvent(QDropEvent *e);

};

} // namespace SliceViewer
Expand Down

0 comments on commit 7a383dd

Please sign in to comment.