mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-31 17:42: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
|
void
|
||||||
LocalConfigStorage::onCredentialsManagerReady( const QString& service )
|
LocalConfigStorage::onCredentialsManagerReady( const QString& service )
|
||||||
{
|
{
|
||||||
|
@@ -35,7 +35,7 @@ public:
|
|||||||
|
|
||||||
virtual void init();
|
virtual void init();
|
||||||
|
|
||||||
QString id() const { return "localconfigstorage"; }
|
QString id() const;
|
||||||
|
|
||||||
QStringList accountIds() const;
|
QStringList accountIds() const;
|
||||||
|
|
||||||
|
@@ -53,6 +53,13 @@ Tomahawk::Accounts::TelepathyConfigStorage::init()
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
QString
|
||||||
|
Tomahawk::Accounts::TelepathyConfigStorage::id() const
|
||||||
|
{
|
||||||
|
return "telepathyconfigstorage";
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
void
|
void
|
||||||
Tomahawk::Accounts::TelepathyConfigStorage::onTpAccountManagerReady( Tp::PendingOperation* op )
|
Tomahawk::Accounts::TelepathyConfigStorage::onTpAccountManagerReady( Tp::PendingOperation* op )
|
||||||
{
|
{
|
||||||
|
@@ -44,7 +44,7 @@ public:
|
|||||||
|
|
||||||
void init();
|
void init();
|
||||||
|
|
||||||
QString id() const { return "telepathyconfigstorage"; }
|
QString id() const;
|
||||||
|
|
||||||
QStringList accountIds() const;
|
QStringList accountIds() const;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user