summaryrefslogtreecommitdiffstats
path: root/src/server/clicklabel/clicklabel.h
Commit message (Collapse)AuthorAgeFilesLines
* Clean up and modernize codeSimon Rettberg2022-10-301-5/+4Star
| | | | | | | - 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
* port to qt5Jonathan Bauer2017-11-151-1/+1
| | | | | | | * got rid of the Win32/X11 differentiation * due to QT5, additional packages are needed to compile ** libqt5x11extras5-dev ** libqt5svg5-dev
* Correct indenting by tabsManuel Schneider2014-07-211-3/+3
|
* Adding comments for each method in the .cpp files and class definition in ↵Björn Hagemeister2014-04-281-1/+3
| | | | the .h files.
* Initial commitsr2013-02-041-0/+25