summaryrefslogtreecommitdiff
path: root/src/logic/callbackjob.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Coding convention fix for Src/logicRobert Brock2017-03-021-2/+3
| | | | | | | | Reordering the header includes to comply with Qt coding conventions Task-number: QTBUG-56185 Change-Id: I900997e93ba0e25351e74a91d4d43c5123431b97 Reviewed-by: Sean Harmer <sean.harmer@kdab.com>
* CallbackJob set profiling typePaul Lemire2016-06-281-0/+2
| | | | | Change-Id: I2939e9104040f946cfdcfea2829556abf8f9f210 Reviewed-by: Sean Harmer <sean.harmer@kdab.com>
* Q_NULLPTR -> nullptrSean Harmer2016-05-011-1/+1
| | | | | | Task-number: QTBUG-52736 Change-Id: I58f9cbcdf018e7b672d33dd865067485412b79fe Reviewed-by: Paul Lemire <paul.lemire@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>
* Shorten names of classes in Logic namespaceSean Harmer2015-10-131-0/+65
The Logic prefix of the old class names is now redundant, remove it. Change-Id: Ic68ae529e83bd0e571e333a66dfec8339cda3c14 Reviewed-by: Paul Lemire <paul.lemire@kdab.com>