summaryrefslogtreecommitdiffstats
path: root/src/engine/cuecontrol.h
diff options
context:
space:
mode:
authorOwen Williams <owilliams@mixxx.org>2015-04-06 10:25:52 -0400
committerOwen Williams <owilliams@mixxx.org>2015-04-06 10:25:52 -0400
commit2e7f4cb7fddda3e62e72cb666773c0688c4c0ef2 (patch)
treec0b5c6093e5773765208c5c349d6b5ca172131ee /src/engine/cuecontrol.h
parent4a3b107279e801c216911ce7284a7c06ebd0d3d7 (diff)
Keep file style consistent
Diffstat (limited to 'src/engine/cuecontrol.h')
-rw-r--r--src/engine/cuecontrol.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/engine/cuecontrol.h b/src/engine/cuecontrol.h
index d25a7d8ff5..c2bf342a50 100644
--- a/src/engine/cuecontrol.h
+++ b/src/engine/cuecontrol.h
@@ -154,8 +154,8 @@ class CueControl : public EngineControl {
ControlPushButton* m_pCueGotoAndPlay;
ControlPushButton* m_pCueGotoAndStop;
ControlPushButton* m_pCuePreview;
- QScopedPointer<ControlObjectSlave> m_pVinylControlEnabled;
- QScopedPointer<ControlObjectSlave> m_pVinylControlMode;
+ ControlObjectSlave* m_pVinylControlEnabled;
+ ControlObjectSlave* m_pVinylControlMode;
TrackPointer m_pLoadedTrack;