summaryrefslogtreecommitdiffstats
path: root/src/widget/wpushbutton.cpp
diff options
context:
space:
mode:
authorJean Claveau <jean.claveau@c277.fr>2014-11-16 01:29:35 +0100
committerJean Claveau <jean.claveau@c277.fr>2014-11-16 01:29:35 +0100
commit49f0e2f49a557767354d9858420d88b428f3b7c8 (patch)
tree42eff305dda584aa94b783656d3ce99bab84f2b3 /src/widget/wpushbutton.cpp
parent35ebbf4e8169b80319919826ff125e520755cac5 (diff)
consts + cleaning
Diffstat (limited to 'src/widget/wpushbutton.cpp')
-rw-r--r--src/widget/wpushbutton.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/widget/wpushbutton.cpp b/src/widget/wpushbutton.cpp
index ef06ebc8a0..6578ff5e12 100644
--- a/src/widget/wpushbutton.cpp
+++ b/src/widget/wpushbutton.cpp
@@ -75,7 +75,6 @@ void WPushButton::setup(QDomNode node, const SkinContext& context) {
int iState = stateContext.selectInt(state, "Number");
if (iState < m_iNoStates) {
- QString pixmapPath;
PixmapSource pixmapSource;
pixmapSource = stateContext.getPixmapSource(stateContext.selectNode(state, "Unpressed"));