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/wdisplay.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/widget/wdisplay.cpp') diff --git a/src/widget/wdisplay.cpp b/src/widget/wdisplay.cpp index 4826c5f562..d1ab3219d8 100644 --- a/src/widget/wdisplay.cpp +++ b/src/widget/wdisplay.cpp @@ -37,7 +37,7 @@ WDisplay::~WDisplay() { resetPositions(); } -void WDisplay::setup(QDomNode node, const SkinContext& context) { +void WDisplay::setup(const QDomNode& node, const SkinContext& context) { // Set background pixmap if available if (context.hasNode(node, "BackPath")) { QDomElement backPathNode = context.selectElement(node, "BackPath"); -- cgit v1.2.3