mirror of
https://github.com/clementine-player/Clementine
synced 2024-12-16 03:09:57 +01:00
fixing SIP binding
This commit is contained in:
parent
85b876d112
commit
faa0970c00
@ -15,13 +15,13 @@ public:
|
|||||||
|
|
||||||
bool Matches(const Song& song) const;
|
bool Matches(const Song& song) const;
|
||||||
|
|
||||||
QString get_filter() const;
|
QString filter() const;
|
||||||
void set_filter(const QString& filter);
|
void set_filter(const QString& filter);
|
||||||
|
|
||||||
int get_max_age() const;
|
int max_age() const;
|
||||||
void set_max_age(int max_age);
|
void set_max_age(int max_age);
|
||||||
|
|
||||||
QueryMode get_query_mode() const;
|
QueryMode query_mode() const;
|
||||||
void set_query_mode(QueryMode view);
|
void set_query_mode(QueryMode view);
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user