summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Maudsley <richard.maudsley@isode.com>2014-01-16 11:50:09 (GMT)
committerRichard Maudsley <richard.maudsley@isode.com>2014-01-16 11:50:09 (GMT)
commitef013f01cb857626153e305de6177ee878139015 (patch)
tree0e066b2ac76021e9b823df0312a3a8bc290eddb9 /Swift/Controllers/HighlightManager.h
parenta65f146578f927898321f1bc0dcb224317245931 (diff)
downloadswift-ef013f01cb857626153e305de6177ee878139015.zip
swift-ef013f01cb857626153e305de6177ee878139015.tar.bz2
Starting to wire up Highlight Rules dialog.
Change-Id: I81dae3a2c32b38a3affa8b2765d51c6d688e3bae
Diffstat (limited to 'Swift/Controllers/HighlightManager.h')
-rw-r--r--Swift/Controllers/HighlightManager.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Swift/Controllers/HighlightManager.h b/Swift/Controllers/HighlightManager.h
index d195d05..e91d8ce 100644
--- a/Swift/Controllers/HighlightManager.h
+++ b/Swift/Controllers/HighlightManager.h
@@ -28,6 +28,8 @@ namespace Swift {
void setRule(int index, const HighlightRule& rule);
void insertRule(int index, const HighlightRule& rule);
void removeRule(int index);
+ void storeSettings();
+ void loadSettings();
boost::signal<void (const HighlightAction&)> onHighlight;
@@ -40,8 +42,6 @@ namespace Swift {
SettingsProvider* settings_;
bool storingSettings_;
- void storeSettings();
- void loadSettings();
std::vector<HighlightRule> rules_;
};