commit | f4aaa8b4358444d59164ac8da7506d3032bb96b4 | [log] [tgz] |
---|---|---|
author | Yingdi Yu <yuyingdi@gmail.com> | Mon Mar 10 11:24:31 2014 -0700 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Fri May 09 15:16:11 2014 -0700 |
tree | e484cb99c843ca08be470e3490cd2aadf3a4dce9 | |
parent | 233a972c747e68a14a9b6d4ea67e6409a9617698 [diff] [blame] |
gui: Display the trust tree Change-Id: Id48227b0f2e903905d7c8eb9795d038d6562794c
diff --git a/src/controller.cpp b/src/controller.cpp index 43e79a4..9904a64 100644 --- a/src/controller.cpp +++ b/src/controller.cpp
@@ -647,8 +647,10 @@ delete m_startChatDialog; delete m_profileEditor; delete m_invitationDialog; + delete m_browseContactDialog; delete m_addContactPanel; - // TODO: clean up all the dialog. + + m_face->shutdown(); QApplication::quit(); }