summaryrefslogtreecommitdiffstats
path: root/src/engine/sync/enginesync.h
diff options
context:
space:
mode:
authorRJ Ryan <rryan@mixxx.org>2016-01-24 22:57:41 -0800
committerRJ Ryan <rryan@mixxx.org>2016-01-24 22:57:41 -0800
commit83e58a40a109acda194078ad8e53d07de68799bd (patch)
tree1a42d622c056aee939aa618abfbcdd0969ed5a23 /src/engine/sync/enginesync.h
parent479c9e15159299667f2f7d16d65a8565f656a376 (diff)
Use UserSettings (typedef) instead of ConfigObject.
This will allow us to experiment with different implementations for structured user preferences. It will also reduce repeated typing of template arguments and better represent the purpose of the object.
Diffstat (limited to 'src/engine/sync/enginesync.h')
-rw-r--r--src/engine/sync/enginesync.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/engine/sync/enginesync.h b/src/engine/sync/enginesync.h
index 27d82b2d1d..289ff557b4 100644
--- a/src/engine/sync/enginesync.h
+++ b/src/engine/sync/enginesync.h
@@ -19,13 +19,13 @@
#ifndef ENGINESYNC_H
#define ENGINESYNC_H
-#include "configobject.h"
+#include "preferences/usersettings.h"
#include "engine/sync/syncable.h"
#include "engine/sync/basesyncablelistener.h"
class EngineSync : public BaseSyncableListener {
public:
- explicit EngineSync(ConfigObject<ConfigValue>* pConfig);
+ explicit EngineSync(UserSettingsPointer pConfig);
virtual ~EngineSync();
// Used by Syncables to tell EngineSync it wants to be enabled in a