mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-01 20:00:13 +02:00
Hide warning
This commit is contained in:
@@ -89,7 +89,7 @@ public:
|
|||||||
// as setQuestionResults is called with all questions from all updaters.
|
// as setQuestionResults is called with all questions from all updaters.
|
||||||
virtual bool hasCustomDeleter() const { return false; }
|
virtual bool hasCustomDeleter() const { return false; }
|
||||||
virtual PlaylistDeleteQuestions deleteQuestions() const { return PlaylistDeleteQuestions(); }
|
virtual PlaylistDeleteQuestions deleteQuestions() const { return PlaylistDeleteQuestions(); }
|
||||||
virtual void setQuestionResults( const QMap< int, bool > results ) {}
|
virtual void setQuestionResults( const QMap< int, bool > ) {}
|
||||||
|
|
||||||
signals:
|
signals:
|
||||||
void changed();
|
void changed();
|
||||||
|
Reference in New Issue
Block a user