commit | 8e13583ce4f86c0543c4ab320d5f9a1fb196fdab | [log] [tgz] |
---|---|---|
author | Yingdi Yu <yuyingdi@gmail.com> | Sat Nov 09 20:12:31 2013 -0800 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Fri May 09 15:16:08 2014 -0700 |
tree | 40d1f6b5cb30e67f2ab16e882aaa74f9cf9e12b6 | |
parent | ae8217cb7bc3f2201796c39385a669b28217b334 [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>);