aboutsummaryrefslogtreecommitdiffstats
path: root/src/ivimedia/qivitunerstation.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/ivimedia/qivitunerstation.cpp')
-rw-r--r--src/ivimedia/qivitunerstation.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/ivimedia/qivitunerstation.cpp b/src/ivimedia/qivitunerstation.cpp
index 85e8856..231cd34 100644
--- a/src/ivimedia/qivitunerstation.cpp
+++ b/src/ivimedia/qivitunerstation.cpp
@@ -241,7 +241,7 @@ QString QIviTunerStation::stationLogoUrl() const
return d->m_stationLogoUrl;
}
-void QIviTunerStation::setStationLogoUrl(QString stationLogoUrl)
+void QIviTunerStation::setStationLogoUrl(const QString &stationLogoUrl)
{
d->m_stationLogoUrl = stationLogoUrl;
}
@@ -251,7 +251,7 @@ QString QIviTunerStation::category() const
return d->m_category;
}
-void QIviTunerStation::setCategory(QString category)
+void QIviTunerStation::setCategory(const QString &category)
{
d->m_category = category;
}
@@ -261,7 +261,7 @@ QString QIviTunerStation::radioText() const
return d->m_radioText;
}
-void QIviTunerStation::setRadioText(QString radioText)
+void QIviTunerStation::setRadioText(const QString &radioText)
{
d->m_radioText = radioText;
}