1
0
mirror of https://gitlab.com/kelteseth/ScreenPlay.git synced 2024-11-07 03:22:33 +01:00

Fix comment

This commit is contained in:
Elias Steurer 2021-05-07 09:22:11 +02:00
parent 20138f19e2
commit 802130d92c

View File

@ -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()
{