summaryrefslogtreecommitdiffstats
path: root/src/controllers/dlgprefcontroller.h
diff options
context:
space:
mode:
authorRJ Ryan <rryan@mixxx.org>2014-04-16 12:12:49 -0400
committerRJ Ryan <rryan@mixxx.org>2014-04-16 12:12:49 -0400
commitc022e0721f302abfd48d3232b9ffc7eaec0c2cbf (patch)
tree2e515cb856e9b51c69f5eea2a202945c9037b85d /src/controllers/dlgprefcontroller.h
parent5f8670a7ddcca2bf82f89cb2e64b6116ee0ff02d (diff)
Add preset author explicitly to preset info tab.
Ideally we should make these editable so that a user could create a mapping in the GUI and then hit the Export button to save it.
Diffstat (limited to 'src/controllers/dlgprefcontroller.h')
-rw-r--r--src/controllers/dlgprefcontroller.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/controllers/dlgprefcontroller.h b/src/controllers/dlgprefcontroller.h
index 28a2928bee..148e9bd5ca 100644
--- a/src/controllers/dlgprefcontroller.h
+++ b/src/controllers/dlgprefcontroller.h
@@ -75,6 +75,8 @@ class DlgPrefController : public DlgPreferencePage {
private:
QString presetShortName(const ControllerPresetPointer pPreset) const;
+ QString presetName(const ControllerPresetPointer pPreset) const;
+ QString presetAuthor(const ControllerPresetPointer pPreset) const;
QString presetDescription(const ControllerPresetPointer pPreset) const;
QString presetForumLink(const ControllerPresetPointer pPreset) const;
QString presetWikiLink(const ControllerPresetPointer pPreset) const;