mirror of
https://github.com/strawberrymusicplayer/strawberry
synced 2025-01-05 21:06:58 +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 {
|
||||
Q_OBJECT
|
||||
public:
|
||||
Q_INVOKABLE explicit Sonogram(QWidget *);
|
||||
Q_INVOKABLE explicit Sonogram(QWidget *parent);
|
||||
~Sonogram();
|
||||
|
||||
static const char *kName;
|
||||
|
Loading…
Reference in New Issue
Block a user