summaryrefslogtreecommitdiffstats
path: root/src/gui/getprofilenameform.cpp
Commit message (Collapse)AuthorAgeLines
* Include <QRegExpValidator> explicitlyMichal Kubecek2018-06-06-1/+1
| | | | | | | Since Qt 5.11, generated ui_getprofilename.h no longer includes QHeaderView which breaks the chain that included qvalidator.h in getprofilename.cpp. As it feels rather fragile to rely on such indirect includes, let's include <QRegExpValidator> explicitly in each file using QRegExpValidator class.
* Application fully ported to Qt4 (no Qt3Support used any more)Lubos Dolezel2015-06-04-2/+2
|
* automatic conversion of getprofilenameform.uiMichal Kubecek2015-04-19-0/+81