From 063acd81a4006ac0d26da07f2f72657d76ae4153 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Sat, 3 Sep 2016 12:04:48 +0200 Subject: simplify some on-exit messages --- gui/main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gui') diff --git a/gui/main.cpp b/gui/main.cpp index 0d1ec06b..2e8d13ff 100644 --- a/gui/main.cpp +++ b/gui/main.cpp @@ -157,10 +157,10 @@ main(int argc, char** argv) app.exec(); - qDebug() << "exit: now deleting main control"; + qDebug() << "exit: main control"; } - qDebug() << "exit: main() now exits"; + qDebug() << "exit: main()"; return 0; } -- cgit v1.2.3