summaryrefslogtreecommitdiffstats
path: root/src/widget/wpushbutton.cpp
diff options
context:
space:
mode:
authorronso0 <ronso0@mixxx.org>2019-11-15 20:30:20 +0100
committerronso0 <ronso0@mixxx.org>2019-11-15 20:30:20 +0100
commit99318c6f7c839c7285178a08a0ee5e0149a1e719 (patch)
tree9bd4f738a917a25634231adafc183115b9645bc5 /src/widget/wpushbutton.cpp
parentc248841f0170f5c5705a8eaf25c7d0631e8d5c2f (diff)
remove 'this->', use setFocusPolicy() only in widget setups
Diffstat (limited to 'src/widget/wpushbutton.cpp')
-rw-r--r--src/widget/wpushbutton.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/widget/wpushbutton.cpp b/src/widget/wpushbutton.cpp
index da5bce086f..f3dc58a25e 100644
--- a/src/widget/wpushbutton.cpp
+++ b/src/widget/wpushbutton.cpp
@@ -223,7 +223,7 @@ void WPushButton::setup(const QDomNode& node, const SkinContext& context) {
}
}
- this->setFocusPolicy(Qt::NoFocus);
+ setFocusPolicy(Qt::NoFocus);
}
void WPushButton::setStates(int iStates) {