summaryrefslogtreecommitdiffstats
path: root/src/server/serverapp/serverapp.h
Commit message (Collapse)AuthorAgeFilesLines
* [pvsmgr] Fix app-exit in --manager-only mode on Qt5.15Simon Rettberg2023-01-201-2/+3
| | | | | | In newer Qt versions, calling QApplication::exit() in the App constructor deadlocks the application. Set a flag instead and exit from main()
* Clean up and modernize codeSimon Rettberg2022-10-301-17/+14Star
| | | | | | | - static "new-style" signal->slot connections - Fix a lot of things Clang-Tidy complained about - Move includes to .cpp files and use forward decls in .h - Don't use <QtWidgets> and <QtCore>, but specific includes instead
* [server] Run "manager only" logic before creating main windowSimon Rettberg2016-11-021-5/+4Star
| | | | | | This prevents the window popping up for a split second when --manager-only is given and the machine it's running on is not configured as a manager.
* [server] Fix parsing of command line arguments, init class members of ServerAppSimon Rettberg2016-10-101-2/+2
|
* refactoring.Christian Klinger2016-09-301-0/+87