mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-03-20 07:49:42 +01:00
Add const to arguments in getLocalSipInfos
This commit is contained in:
parent
11b4e1f743
commit
08cd6cf6a9
@ -348,7 +348,7 @@ Servent::lookupControlConnection( const SipInfo& sipInfo )
|
||||
|
||||
|
||||
QList<SipInfo>
|
||||
Servent::getLocalSipInfos( const QString& nodeid, QString key )
|
||||
Servent::getLocalSipInfos( const QString& nodeid, const QString& key )
|
||||
{
|
||||
QList<SipInfo> sipInfos = QList<SipInfo>();
|
||||
foreach ( QHostAddress ha, m_externalAddresses )
|
||||
|
@ -130,7 +130,7 @@ public:
|
||||
|
||||
bool isReady() const { return m_ready; }
|
||||
|
||||
QList<SipInfo> getLocalSipInfos(const QString& nodeid, QString key);
|
||||
QList<SipInfo> getLocalSipInfos(const QString& nodeid, const QString &key);
|
||||
signals:
|
||||
void dbSyncTriggered();
|
||||
void streamStarted( StreamConnection* );
|
||||
|
Loading…
x
Reference in New Issue
Block a user