/* * Copyright (c) 2012 Kevin Smith * Licensed under the GNU General Public License v3. * See Documentation/Licenses/GPLv3.txt for more information. */ #pragma once #include namespace Swift { class QtUISettingConstants { public: static const SettingsProvider::Setting COMPACT_ROSTER; static const SettingsProvider::Setting CLICKTHROUGH_BANNER; static const SettingsProvider::Setting CURRENT_ROSTER_TAB; static const SettingsProvider::Setting SHOW_NICK_IN_ROSTER_HEADER; static const SettingsProvider::Setting CHATWINDOW_FONT_SIZE; static const SettingsProvider::Setting SHOW_EMOTICONS; }; }