mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-07-31 19:30:21 +02:00
Make filePath non-virtual as never overloaded but used in a lot of constructors
This commit is contained in:
@@ -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& ) {}
|
||||
|
||||
|
Reference in New Issue
Block a user