summaryrefslogtreecommitdiff
path: root/src/app.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/app.cpp')
-rw-r--r--src/app.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/app.cpp b/src/app.cpp
index c249ab5..435568a 100644
--- a/src/app.cpp
+++ b/src/app.cpp
@@ -266,4 +266,5 @@ void
266App::close () 266App::close ()
267{ 267{
268 m_gnunet->stop (); 268 m_gnunet->stop ();
269 QApplication::quit();
269} 270}