summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Smith <git@kismith.co.uk>2013-11-22 13:44:58 (GMT)
committerKevin Smith <git@kismith.co.uk>2013-11-22 13:44:58 (GMT)
commite6b631bd3c99b45d108e3050b948f07d381a4ca4 (patch)
treece39b9d49c1567e148ca548edc96a2667db12cab /Swift/QtUI/QtUISettingConstants.h
parentfb7437ec7e71407f1f6a44522be2f6f7c3792d05 (diff)
downloadswift-e6b631bd3c99b45d108e3050b948f07d381a4ca4.zip
swift-e6b631bd3c99b45d108e3050b948f07d381a4ca4.tar.bz2
Provide an MSAA name for the chat log.
Also introduces a screenreader option ready for later patches. Change-Id: I30cff418c0c557f0c7f97f47a8493c77a2b68159
Diffstat (limited to 'Swift/QtUI/QtUISettingConstants.h')
-rw-r--r--Swift/QtUI/QtUISettingConstants.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/Swift/QtUI/QtUISettingConstants.h b/Swift/QtUI/QtUISettingConstants.h
index 31085c1..d0329fe 100644
--- a/Swift/QtUI/QtUISettingConstants.h
+++ b/Swift/QtUI/QtUISettingConstants.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2012 Kevin Smith
+ * Copyright (c) 2012-2013 Kevin Smith
* Licensed under the GNU General Public License v3.
* See Documentation/Licenses/GPLv3.txt for more information.
*/
@@ -19,5 +19,6 @@ namespace Swift {
static const SettingsProvider::Setting<int> HISTORYWINDOW_FONT_SIZE;
static const SettingsProvider::Setting<bool> SHOW_EMOTICONS;
static const SettingsProvider::Setting<bool> USE_PLAIN_CHATS;
+ static const SettingsProvider::Setting<bool> USE_SCREENREADER;
};
}