1
0
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:
Jonas Kvinge 2023-01-13 23:46:38 +01:00
parent 5bea71cd5c
commit 1b1892a187

View File

@ -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;