From 8eb993a7f81428b816d47887cd60139d1dfa7fff Mon Sep 17 00:00:00 2001 From: Vlad Pyatnichenko Date: Tue, 5 Apr 2016 20:31:05 +0300 Subject: Ensure backward compatibility and some cosmetic changes. --- singleapplication.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'singleapplication.cpp') diff --git a/singleapplication.cpp b/singleapplication.cpp index 1c0d921..27e2bb1 100644 --- a/singleapplication.cpp +++ b/singleapplication.cpp @@ -115,7 +115,7 @@ SingleApplication::SingleApplication(int &argc, char *argv[]) // terminated. if( d->socket->waitForConnected(100) ) { - // Terminate the program using STDLib's exit function. + // Terminate the program using STDLib's exit function ::exit(EXIT_SUCCESS); } else { delete d->memory; -- cgit v1.2.1