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)
|
Sonogram::Sonogram(QWidget *parent)
|
||||||
: Analyzer::Base(parent, 9) {}
|
: Analyzer::Base(parent, 9) {}
|
||||||
|
|
||||||
Sonogram::~Sonogram() {}
|
|
||||||
|
|
||||||
void Sonogram::resizeEvent(QResizeEvent *e) {
|
void Sonogram::resizeEvent(QResizeEvent *e) {
|
||||||
|
|
||||||
Q_UNUSED(e)
|
Q_UNUSED(e)
|
||||||
|
|||||||
@@ -33,7 +33,6 @@ class Sonogram : public Analyzer::Base {
|
|||||||
Q_OBJECT
|
Q_OBJECT
|
||||||
public:
|
public:
|
||||||
Q_INVOKABLE explicit Sonogram(QWidget *parent);
|
Q_INVOKABLE explicit Sonogram(QWidget *parent);
|
||||||
~Sonogram();
|
|
||||||
|
|
||||||
static const char *kName;
|
static const char *kName;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user