From 2511a95a7332c089a2e77d020e7e331b4ff1a33e Mon Sep 17 00:00:00 2001 From: RJ Ryan Date: Sat, 7 May 2016 16:14:59 -0700 Subject: Switch a lot of function arguments to const references in LegacySkinParser. --- src/widget/wcoverart.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/widget/wcoverart.h') diff --git a/src/widget/wcoverart.h b/src/widget/wcoverart.h index fbc7a1fa61..c8312913ad 100644 --- a/src/widget/wcoverart.h +++ b/src/widget/wcoverart.h @@ -22,7 +22,7 @@ class WCoverArt : public QWidget, public WBaseWidget { const QString& group); ~WCoverArt() override; - void setup(QDomNode node, const SkinContext& context); + void setup(const QDomNode& node, const SkinContext& context); public slots: void slotLoadTrack(TrackPointer); -- cgit v1.2.3