summaryrefslogtreecommitdiffstats
path: root/src/widget/wdisplay.cpp
diff options
context:
space:
mode:
authorRJ Ryan <rryan@mixxx.org>2016-05-07 16:14:59 -0700
committerRJ Ryan <rryan@mixxx.org>2016-05-07 16:25:04 -0700
commit2511a95a7332c089a2e77d020e7e331b4ff1a33e (patch)
treec2155145af4eab3d9b8ebbc7063028728da06dac /src/widget/wdisplay.cpp
parentcf941799fd0bc0f3751e07e0949305d537825b0c (diff)
Switch a lot of function arguments to const references in LegacySkinParser.
Diffstat (limited to 'src/widget/wdisplay.cpp')
-rw-r--r--src/widget/wdisplay.cpp2
1 files changed, 1 insertions, 1 deletions
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");