From faa0970c0087c616590c55eec4e45ca4a7ba0bcc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Bara?= Date: Mon, 14 Feb 2011 18:12:43 +0000 Subject: [PATCH] fixing SIP binding --- src/scripting/python/libraryquery.sip | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/scripting/python/libraryquery.sip b/src/scripting/python/libraryquery.sip index ceb0b4364..534c7fc67 100644 --- a/src/scripting/python/libraryquery.sip +++ b/src/scripting/python/libraryquery.sip @@ -15,13 +15,13 @@ public: bool Matches(const Song& song) const; - QString get_filter() const; + QString filter() const; void set_filter(const QString& filter); - int get_max_age() const; + int max_age() const; void set_max_age(int max_age); - QueryMode get_query_mode() const; + QueryMode query_mode() const; void set_query_mode(QueryMode view); };