Skip to content
Snippets Groups Projects
Commit 2da88233 authored by Owen Arnold's avatar Owen Arnold
Browse files

refs #11872. Fix doxygen warnings.

parent bcd19a53
No related merge requests found
......@@ -5,6 +5,9 @@
#include "MantidQtSliceViewer/PhysicalSphericalPeak.h"
#include "DllOption.h"
class QwtPlot;
class QWidget;
namespace MantidQt
{
......
......@@ -28,12 +28,11 @@ namespace MantidQt
* @param peakColour : peak colour
* @param backColour : background colour
*/
PeakOverlayMultiSphere::PeakOverlayMultiSphere(PeaksPresenter* const presenter, QwtPlot * plot, QWidget * parent, const VecPhysicalSphericalPeak& vecPhysicalPeaks, /// Plot x index
PeakOverlayMultiSphere::PeakOverlayMultiSphere(PeaksPresenter* const presenter, QwtPlot * plot, QWidget * parent, const VecPhysicalSphericalPeak& vecPhysicalPeaks,
const int plotXIndex, const int plotYIndex, const QColor& peakColour, const QColor& backColour) :
PeakOverlayInteractive(presenter, plot, plotXIndex, plotYIndex, parent), m_physicalPeaks(vecPhysicalPeaks),
m_peakColour(peakColour), m_backColour(backColour), m_showBackground(false)
{
}
//----------------------------------------------------------------------------------------------
......
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