summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Smith <git@kismith.co.uk>2013-03-31 16:14:06 (GMT)
committerSwift Review <review@swift.im>2013-04-05 08:12:53 (GMT)
commit92640bf4e5ff215b9e83e64d78777c7b163409db (patch)
tree6e4a9f7c7906acb12169397c5a234de48c5a5638 /Swift/QtUI/QtSpellCheckerWindow.h
parent7f4d4ffc8c656c5125fc3a53e5afdd4a8c5ff4f3 (diff)
downloadswift-92640bf4e5ff215b9e83e64d78777c7b163409db.zip
swift-92640bf4e5ff215b9e83e64d78777c7b163409db.tar.bz2
Hide spell checking options when it's not hunspell
Change-Id: Ia127b744e70c46495c45b8976501b7a5e52a93e8
Diffstat (limited to 'Swift/QtUI/QtSpellCheckerWindow.h')
-rw-r--r--Swift/QtUI/QtSpellCheckerWindow.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/Swift/QtUI/QtSpellCheckerWindow.h b/Swift/QtUI/QtSpellCheckerWindow.h
index ad94907..7b63318 100644
--- a/Swift/QtUI/QtSpellCheckerWindow.h
+++ b/Swift/QtUI/QtSpellCheckerWindow.h
@@ -22,7 +22,8 @@ namespace Swift {
void handlePathButton();
void handlePersonalPathButton();
void handleApply();
-
+ private slots:
+ void shrinkWindow();
private:
void setEnabled(bool state);
void setFromSettings();