summaryrefslogtreecommitdiffstats
path: root/src/dlgprefshoutcast.h
diff options
context:
space:
mode:
authorRJ Ryan <rryan@mixxx.org>2014-04-16 10:54:35 -0400
committerRJ Ryan <rryan@mixxx.org>2014-04-16 10:54:35 -0400
commit5f8670a7ddcca2bf82f89cb2e64b6116ee0ff02d (patch)
tree384466e7c950cd54d452c634a0b98ddcc4acc6ff /src/dlgprefshoutcast.h
parent8d6e46a753eb0b7a5348d9962675043247f09293 (diff)
Add a reset to defaults button to the Preferences chrome.
* Remove all individual page reset buttons. * Add reset logic to Library page. * Add TODOs to write reset logic for interface, modplug, recording, shoutcast and vinyl control pages.
Diffstat (limited to 'src/dlgprefshoutcast.h')
-rw-r--r--src/dlgprefshoutcast.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/dlgprefshoutcast.h b/src/dlgprefshoutcast.h
index e8aa52e4fb..cc7a1118eb 100644
--- a/src/dlgprefshoutcast.h
+++ b/src/dlgprefshoutcast.h
@@ -44,6 +44,7 @@ class DlgPrefShoutcast : public DlgPreferencePage, public Ui::DlgPrefShoutcastDl
/** Apply changes to widget */
void slotApply();
void slotUpdate();
+ void slotResetToDefaults();
signals:
void apply(const QString &);