summaryrefslogtreecommitdiffstats
path: root/src/client/informationdialog/informationdialog.h
Commit message (Collapse)AuthorAgeFilesLines
* Clean up and modernize codeSimon Rettberg2022-10-301-6/+5Star
| | | | | | | - 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
* [client] Add missing Q_OBJECT macroSimon Rettberg2016-10-111-0/+1
|
* astyle.Christian Klinger2016-09-291-3/+4
|
* added an information dialog that displays ip and hostname.Christian Klinger2016-09-291-0/+26