mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-07-31 11:20:22 +02:00
Move Source::nodeId() implementation into cpp file
This commit is contained in:
@@ -120,6 +120,12 @@ Source::setStats( const QVariantMap& m )
|
||||
emit stateChanged();
|
||||
}
|
||||
|
||||
QString
|
||||
Source::nodeId() const
|
||||
{
|
||||
return m_nodeId;
|
||||
|
||||
}
|
||||
|
||||
QString
|
||||
Source::friendlyName() const
|
||||
|
@@ -61,7 +61,7 @@ public:
|
||||
bool isLocal() const { return m_isLocal; }
|
||||
bool isOnline() const { return m_online || m_isLocal; }
|
||||
|
||||
QString nodeId() const { return m_nodeId; }
|
||||
QString nodeId() const;
|
||||
|
||||
QString friendlyName() const;
|
||||
void setFriendlyName( const QString& fname );
|
||||
|
Reference in New Issue
Block a user