Sonogram: Remove unused destructor
This commit is contained in:
@@ -31,8 +31,6 @@ const char *Sonogram::kName = QT_TRANSLATE_NOOP("AnalyzerContainer", "Sonogram")
|
||||
Sonogram::Sonogram(QWidget *parent)
|
||||
: Analyzer::Base(parent, 9) {}
|
||||
|
||||
Sonogram::~Sonogram() {}
|
||||
|
||||
void Sonogram::resizeEvent(QResizeEvent *e) {
|
||||
|
||||
Q_UNUSED(e)
|
||||
|
||||
@@ -33,7 +33,6 @@ class Sonogram : public Analyzer::Base {
|
||||
Q_OBJECT
|
||||
public:
|
||||
Q_INVOKABLE explicit Sonogram(QWidget *parent);
|
||||
~Sonogram();
|
||||
|
||||
static const char *kName;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user