mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-03-19 23:39:42 +01:00
small work
This commit is contained in:
parent
4e450b36ee
commit
b78a348712
@ -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; }
|
||||
|
Loading…
x
Reference in New Issue
Block a user