commit | b29f78cae44cbe5700741173174d28fc59e77439 | [log] [tgz] |
---|---|---|
author | Yingdi Yu <yuyingdi@gmail.com> | Sat Nov 09 20:12:31 2013 -0800 |
committer | Yingdi Yu <yuyingdi@gmail.com> | Sat Nov 09 20:12:31 2013 -0800 |
tree | 685f90608a0b3637a98d500587321927e1f725d8 | |
parent | 908f841915d8c6c2ab65eb9d78455bd07daff453 [diff] [blame] |
Adding codes to handle no ndnd exception
diff --git a/src/chatdialog.h b/src/chatdialog.h index 4e7ab59..2e6ea1c 100644 --- a/src/chatdialog.h +++ b/src/chatdialog.h
@@ -195,6 +195,9 @@ void closeChatDialog(const ndn::Name& chatroomPrefix); + void + noNdnConnection(const QString& msg); + public slots: void processTreeUpdate(const std::vector<Sync::MissingDataInfo>);