mirror of
https://github.com/strawberrymusicplayer/strawberry
synced 2025-01-07 05:42:52 +01:00
Sonogram: Fix parameter mismatch in header
This commit is contained in:
parent
5bea71cd5c
commit
1b1892a187
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user