Skip to content

Commit

Permalink
sip needs to be told that Spectrogram is a QObject. Re #1037.
Browse files Browse the repository at this point in the history
  • Loading branch information
RussellTaylor committed Jan 10, 2012
1 parent a53ef9b commit da23c14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Code/Mantid/MantidPlot/src/qti.sip
Original file line number Diff line number Diff line change
Expand Up @@ -519,7 +519,7 @@ private:
QwtPlotSpectrogram(const QwtPlotSpectrogram&);
};

class Spectrogram : QwtPlotSpectrogram
class Spectrogram : QObject, QwtPlotSpectrogram
{
%TypeHeaderCode
#include "src/Spectrogram.h"
Expand Down

0 comments on commit da23c14

Please sign in to comment.