summaryrefslogtreecommitdiffstats
path: root/src/logic/qlogicaspect.h
Commit message (Expand)AuthorAgeFilesLines
* Avoid changing access rights to virtual methodsMike Krus2016-05-231-3/+1
* Add more explicitMarc Mutz2016-05-141-1/+1
* De-inline dtors of aspect classesMarc Mutz2016-05-141-0/+1
* Q_NULLPTR -> nullptrSean Harmer2016-05-011-1/+1
* Merge branch '5.6' into 5.7Sean Harmer2016-04-161-1/+1
|\
| * Make public headers compile with -Wzero-as-null-pointer-constantMarc Mutz2016-03-011-1/+1
* | QLogicAspect registerBackendTypes method is now private apiFranck Arrecot2016-04-061-3/+0
* | Add QAbstractAspectPrivate::onEngineAboutToShutdown() virtualSean Harmer2016-03-201-1/+0
* | Remove QAbstractAspect::onCleanup()Sean Harmer2016-03-171-1/+0
* | Rename onStartup/onShutdownSean Harmer2016-03-161-2/+2
* | Rename QAbstractAspect::onInitialized() to onRegistered()Sean Harmer2016-03-161-1/+1
* | Unify license header usageAntti Kokko2016-01-261-11/+14
* | QAspectEngine/QAbstractAspects: get rid of setDataPaul Lemire2016-01-221-1/+1
|/
* Factor out in QAbstractAspect common behaviorKevin Ottens2015-12-031-6/+0
* Move Qt3DCore into Qt3DCore namespaceSean Harmer2015-10-131-6/+6
* Move Logic aspect into Qt3DLogic namespaceSean Harmer2015-10-131-11/+11
* Add a new Logic aspect to allow synchronous operationsSean Harmer2015-08-061-0/+81