Sonogram: Fix parameter mismatch in header
This commit is contained in:
@@ -32,7 +32,7 @@
|
|||||||
class Sonogram : public Analyzer::Base {
|
class Sonogram : public Analyzer::Base {
|
||||||
Q_OBJECT
|
Q_OBJECT
|
||||||
public:
|
public:
|
||||||
Q_INVOKABLE explicit Sonogram(QWidget *);
|
Q_INVOKABLE explicit Sonogram(QWidget *parent);
|
||||||
~Sonogram();
|
~Sonogram();
|
||||||
|
|
||||||
static const char *kName;
|
static const char *kName;
|
||||||
|
|||||||
Reference in New Issue
Block a user