summaryrefslogtreecommitdiffstats
path: root/src/engine/keycontrol.cpp
diff options
context:
space:
mode:
authorronso0 <medontknow@web.de>2017-03-22 19:03:59 +0100
committerronso0 <medontknow@web.de>2017-03-22 19:03:59 +0100
commit652441862850e017cce1b57c8f318a1bb7c6dff7 (patch)
treef4e5f903e3792e1fd0de2447ae91260ba683d4f7 /src/engine/keycontrol.cpp
parent0921fe8840ccc787081f2cc46159565e42021142 (diff)
fix indentations
Diffstat (limited to 'src/engine/keycontrol.cpp')
-rw-r--r--src/engine/keycontrol.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/engine/keycontrol.cpp b/src/engine/keycontrol.cpp
index 787a7653c7..4424ac81ad 100644
--- a/src/engine/keycontrol.cpp
+++ b/src/engine/keycontrol.cpp
@@ -14,7 +14,7 @@ static const double kLockCurrentKey = 1;
static const double kUnlockKeyToRate = 1;
KeyControl::KeyControl(QString group,
- UserSettingsPointer pConfig)
+ UserSettingsPointer pConfig)
: EngineControl(group, pConfig) {
m_pitchRateInfo.pitchRatio = 1.0;
m_pitchRateInfo.tempoRatio = 1.0;
@@ -65,7 +65,7 @@ KeyControl::KeyControl(QString group,
Qt::DirectConnection);
m_pEngineKeyDistance = new ControlPotmeter(ConfigKey(group, "visual_key_distance"),
- -0.5, 0.5);
+ -0.5, 0.5);
connect(m_pEngineKeyDistance, SIGNAL(valueChanged(double)),
this, SLOT(slotSetEngineKeyDistance(double)),
Qt::DirectConnection);