summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVlad Voicu <vladv@rosedu.org>2012-03-06 14:37:35 (GMT)
committerKevin Smith <git@kismith.co.uk>2012-03-09 15:04:10 (GMT)
commit7c868599331a7b4156c3572ba4f3dc75af57ce97 (patch)
tree37a2ce59535bb19dc5136f1f09da01e89290a44b /Swift/QtUI/QtSpellCheckerWindow.h
parent91f344444c54f11de132cf22a7ba323727104989 (diff)
downloadswift-contrib-7c868599331a7b4156c3572ba4f3dc75af57ce97.zip
swift-contrib-7c868599331a7b4156c3572ba4f3dc75af57ce97.tar.bz2
Moved the settings from main window to chat window, also added lots of small improvments
Diffstat (limited to 'Swift/QtUI/QtSpellCheckerWindow.h')
-rw-r--r--Swift/QtUI/QtSpellCheckerWindow.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Swift/QtUI/QtSpellCheckerWindow.h b/Swift/QtUI/QtSpellCheckerWindow.h
index ad94907..40ed882 100644
--- a/Swift/QtUI/QtSpellCheckerWindow.h
+++ b/Swift/QtUI/QtSpellCheckerWindow.h
@@ -22,6 +22,8 @@ namespace Swift {
void handlePathButton();
void handlePersonalPathButton();
void handleApply();
+ signals:
+ void settingsChanged();
private:
void setEnabled(bool state);