mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-30 01:00:13 +02:00
Just say NO to implementations in headers!
This commit is contained in:
@@ -53,6 +53,13 @@ LocalConfigStorage::init()
|
||||
}
|
||||
|
||||
|
||||
QString
|
||||
LocalConfigStorage::id() const
|
||||
{
|
||||
return "localconfigstorage";
|
||||
}
|
||||
|
||||
|
||||
void
|
||||
LocalConfigStorage::onCredentialsManagerReady( const QString& service )
|
||||
{
|
||||
|
@@ -35,7 +35,7 @@ public:
|
||||
|
||||
virtual void init();
|
||||
|
||||
QString id() const { return "localconfigstorage"; }
|
||||
QString id() const;
|
||||
|
||||
QStringList accountIds() const;
|
||||
|
||||
|
@@ -53,6 +53,13 @@ Tomahawk::Accounts::TelepathyConfigStorage::init()
|
||||
}
|
||||
|
||||
|
||||
QString
|
||||
Tomahawk::Accounts::TelepathyConfigStorage::id() const
|
||||
{
|
||||
return "telepathyconfigstorage";
|
||||
}
|
||||
|
||||
|
||||
void
|
||||
Tomahawk::Accounts::TelepathyConfigStorage::onTpAccountManagerReady( Tp::PendingOperation* op )
|
||||
{
|
||||
|
@@ -44,7 +44,7 @@ public:
|
||||
|
||||
void init();
|
||||
|
||||
QString id() const { return "telepathyconfigstorage"; }
|
||||
QString id() const;
|
||||
|
||||
QStringList accountIds() const;
|
||||
|
||||
|
Reference in New Issue
Block a user