diff --git a/src/libtomahawk/resolvers/ExternalResolver.h b/src/libtomahawk/resolvers/ExternalResolver.h index 0aafe38b2..2cee70750 100644 --- a/src/libtomahawk/resolvers/ExternalResolver.h +++ b/src/libtomahawk/resolvers/ExternalResolver.h @@ -89,7 +89,7 @@ public: : m_commandQueue( new ScriptCommandQueue( this ) ) { m_filePath = filePath; } - virtual QString filePath() const { return m_filePath; } + QString filePath() const { return m_filePath; } virtual QPixmap icon() const { return QPixmap(); } virtual void setIcon( const QPixmap& ) {}