summaryrefslogtreecommitdiffstats
path: root/src/controllers/dlgprefcontroller.h
diff options
context:
space:
mode:
authorJan Holthuis <jan.holthuis@ruhr-uni-bochum.de>2020-04-07 10:53:01 +0200
committerJan Holthuis <jan.holthuis@ruhr-uni-bochum.de>2020-04-07 10:53:01 +0200
commitdd1ed9711649e1d507b0836c5eeb0334d7f038fe (patch)
treed89a112557e82508398ed5e3010c4c14e071f657 /src/controllers/dlgprefcontroller.h
parent00b625f47a8199d9efa5de63be41a2180738de42 (diff)
parentf49f8b5ddaf825871fde7cbd3b91a6bfeaac5c19 (diff)
Merge branch 'master' of github.com:mixxxdj/mixxx into controller-fixes-part2
Diffstat (limited to 'src/controllers/dlgprefcontroller.h')
-rw-r--r--src/controllers/dlgprefcontroller.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/controllers/dlgprefcontroller.h b/src/controllers/dlgprefcontroller.h
index 92fc908661..a344011a54 100644
--- a/src/controllers/dlgprefcontroller.h
+++ b/src/controllers/dlgprefcontroller.h
@@ -70,11 +70,6 @@ class DlgPrefController : public DlgPreferencePage {
void removeOutputMappings();
void clearAllOutputMappings();
- // Scripts
- void addScript();
- void removeScript();
- void openScript();
-
void midiInputMappingsLearned(const MidiInputMappings& mappings);
private:
@@ -84,6 +79,7 @@ class DlgPrefController : public DlgPreferencePage {
QString presetDescription(const ControllerPresetPointer pPreset) const;
QString presetForumLink(const ControllerPresetPointer pPreset) const;
QString presetWikiLink(const ControllerPresetPointer pPreset) const;
+ QString presetScriptFileLinks(const ControllerPresetPointer pPreset) const;
void savePreset(QString path);
void initTableView(QTableView* pTable);