mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-07-31 19:30:21 +02:00
small work
This commit is contained in:
@@ -168,6 +168,13 @@ void ResolverAccount::saveConfig()
|
||||
}
|
||||
|
||||
|
||||
QString
|
||||
ResolverAccount::path() const
|
||||
{
|
||||
return m_resolver->filePath();
|
||||
}
|
||||
|
||||
|
||||
void
|
||||
ResolverAccount::resolverChanged()
|
||||
{
|
||||
|
@@ -68,6 +68,8 @@ public:
|
||||
virtual void saveConfig();
|
||||
virtual void removeFromConfig();
|
||||
|
||||
QString path() const;
|
||||
|
||||
// Not relevant
|
||||
virtual QPixmap icon() const { return QPixmap(); }
|
||||
virtual SipPlugin* sipPlugin() { return 0; }
|
||||
|
Reference in New Issue
Block a user