commit | 0b21e29955804169f4a3b3a5978817dde9b6d1e8 | [log] [tgz] |
---|---|---|
author | Qiuhan Ding <dingqiuhan@gmail.com> | Thu Mar 12 14:18:18 2015 -0700 |
committer | Qiuhan Ding <dingqiuhan@gmail.com> | Thu Apr 02 16:45:08 2015 -0700 |
tree | 51c67a7af6d839bf68b95317d2ee3a2e4be12903 | |
parent | f22c41bbd599cd0dc3215600981b67447ffe33de [diff] [blame] |
discovery: disable invitation button when no user is selected Change-Id: Ie9a1a51828ee05ae0140a0077587695b4a74b854 Refs: #2483
diff --git a/src/discovery-panel.hpp b/src/discovery-panel.hpp index f15906b..1b5bd92 100644 --- a/src/discovery-panel.hpp +++ b/src/discovery-panel.hpp
@@ -138,6 +138,8 @@ QStringList m_rosterList; QString m_chatroom; QString m_participant; + + bool m_isParticipant; }; } // namespace chronochat