summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'Swift/Controllers/SettingConstants.h')
-rw-r--r--Swift/Controllers/SettingConstants.h11
1 files changed, 10 insertions, 1 deletions
diff --git a/Swift/Controllers/SettingConstants.h b/Swift/Controllers/SettingConstants.h
index b441303..eca3199 100644
--- a/Swift/Controllers/SettingConstants.h
+++ b/Swift/Controllers/SettingConstants.h
@@ -1,5 +1,5 @@
1/* 1/*
2 * Copyright (c) 2012 Isode Limited. 2 * Copyright (c) 2012-2015 Isode Limited.
3 * All rights reserved. 3 * All rights reserved.
4 * See the COPYING file for more information. 4 * See the COPYING file for more information.
5 */ 5 */
@@ -86,5 +86,14 @@ namespace Swift {
86 * Its value is a Qt serialized representation. 86 * Its value is a Qt serialized representation.
87 */ 87 */
88 static const SettingsProvider::Setting<std::string> TRELLIS_GRID_POSITIONS; 88 static const SettingsProvider::Setting<std::string> TRELLIS_GRID_POSITIONS;
89 /**
90 * The #DISCONNECT_ON_CARD_REMOVAL setting
91 * specifies whether or not to sign out the user when
92 * the smartcard is removed.
93 *
94 * If set true Swift will sign out the user when the
95 * smart card is removed; else not.
96 */
97 static const SettingsProvider::Setting<bool> DISCONNECT_ON_CARD_REMOVAL;
89 }; 98 };
90} 99}