From 802130d92c34a3ca473b04f777fe3dfc9179ca80 Mon Sep 17 00:00:00 2001 From: Elias Steurer Date: Fri, 7 May 2021 09:22:11 +0200 Subject: [PATCH] Fix comment --- ScreenPlay/app.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ScreenPlay/app.cpp b/ScreenPlay/app.cpp index 6b87d2d3..e42e9624 100644 --- a/ScreenPlay/app.cpp +++ b/ScreenPlay/app.cpp @@ -204,7 +204,8 @@ QString App::version() const } /*! - \brief Tries to send the telemetry quit event before we call quit ourself. + \brief Calls QApplication quit() and can be used to do additional + tasks before exiting. */ void App::exit() {