1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-01-19 07:27:59 +01:00

Hide warning

This commit is contained in:
Leo Franchi 2012-07-29 17:55:47 -04:00
parent e28d61935e
commit bfb10e385f

View File

@ -89,7 +89,7 @@ public:
// as setQuestionResults is called with all questions from all updaters.
virtual bool hasCustomDeleter() const { return false; }
virtual PlaylistDeleteQuestions deleteQuestions() const { return PlaylistDeleteQuestions(); }
virtual void setQuestionResults( const QMap< int, bool > results ) {}
virtual void setQuestionResults( const QMap< int, bool > ) {}
signals:
void changed();