summaryrefslogtreecommitdiffstats
path: root/src/input/frontend/qabstractaggregateactioninput.h
Commit message (Collapse)AuthorAgeFilesLines
* Remove QAbstractAggregateActionInputPaul Lemire2016-04-151-74/+0
| | | | | | Change-Id: I48109b0149cf16699f5d3a6cafbaec4555d4db0b Task-number: QTBUG-51493 Reviewed-by: Sean Harmer <sean.harmer@kdab.com>
* Make constructs of abstract class protectedMike Krus2016-03-161-1/+1
| | | | | | Task-number: QTBUG-51502 Change-Id: I809a146165593b152cd344934cfd2981a3aad2b4 Reviewed-by: Paul Lemire <paul.lemire@kdab.com>
* Make public headers compile with -Wzero-as-null-pointer-constantMarc Mutz2016-03-011-1/+1
| | | | | | | | | | ... or equivalent. This amends a similar commit on 5.6. Task-number: QTBUG-45291 Change-Id: I0d76f5c9b95db38f03771acaba1b4a80e4762ec9 Reviewed-by: Sean Harmer <sean.harmer@kdab.com>
* Unify license header usageAntti Kokko2016-01-261-11/+14
| | | | | | | Update old header.LGPL3 to header.LGPL Change-Id: I8eac0cd6bbc276a56df487249cc459c0d4fab165 Reviewed-by: Jani Heikkinen <jani.heikkinen@theqtcompany.com>
* Added front end classes as a start to support aggregate actionsColin Ogilvie2016-01-121-0/+71
Change-Id: Ic852ccf3994bb8604924687165bb49cb1dec3077 Reviewed-by: Sean Harmer <sean.harmer@kdab.com>