1
0
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:
Leo Franchi 2012-01-28 12:15:51 -05:00
parent 4e450b36ee
commit b78a348712
2 changed files with 9 additions and 0 deletions

View File

@ -168,6 +168,13 @@ void ResolverAccount::saveConfig()
}
QString
ResolverAccount::path() const
{
return m_resolver->filePath();
}
void
ResolverAccount::resolverChanged()
{

View File

@ -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; }