summaryrefslogtreecommitdiffstats
path: root/src/gui/inviteform.cpp
Commit message (Collapse)AuthorAgeLines
* Include <QRegExpValidator> explicitlyMichal Kubecek2018-06-06-0/+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.
* Replace (old) FSF postal address with URL in header filesFrédéric Brière2016-10-02-2/+1
| | | | | | Wording copied from https://www.gnu.org/licenses/gpl-howto.en.html Fixes #25, fixes #71
* Application fully ported to Qt4 (no Qt3Support used any more)Lubos Dolezel2015-06-04-11/+11
|
* Twinkle now compiles with Qt4 uic, but crashes at runtime (due to GUI calls ↵Lubos Dolezel2015-06-02-0/+167
from outside the main thread)