summaryrefslogtreecommitdiffstats
path: root/src/imports/publishsubscribe/qdeclarativevaluespacepublisher_p.h
Commit message (Collapse)AuthorAgeFilesLines
* Fix license headersJani Heikkinen2018-01-221-13/+19
| | | | | | | | | | | old, outdated and removed header.LGPL21 was used in some files. Replace that with correct one (header.LGPL in src, headre.GPL-EXCEPT in tests and header.BSD in examples). Also remove unnesessary license files and add missing ones. Change-Id: Ib021ae191316da379a01e355fe90fe39180f541b Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* Update all license headersAlex Blasche2015-03-261-21/+13
| | | | | | | Some files had wrong licenses too. Change-Id: I7f940d4a136d102cb2c7755702308938530158c4 Reviewed-by: Lorn Potter <lorn.potter@gmail.com>
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-241-24/+24
| | | | | | | | | Change copyrights and license headers from Nokia to Digia Change-Id: I7786bc90235877567a7f61fc5c82af8dc3ad28c8 Reviewed-by: Janne Anttila <janne.anttila@digia.com> Reviewed-by: Sergio Ahumada <sergio.ahumada@digia.com> Reviewed-by: Lars Knoll <lars.knoll@digia.com>
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
| | | | | | | | | | | | As in the past, to avoid rewriting various autotests that contain line-number information, an extra blank line has been inserted at the end of the license text to ensure that this commit does not change the total number of lines in the license header. Change-Id: I609b94b9d3d452c26302f0cd8236bfb27e81fd3d Sanity-Review: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com> Reviewed-by: Andrew Stanley-Jones <andrew.stanley-jones@nokia.com>
* Update obsolete contact address.Jason McDonald2012-01-231-1/+1
| | | | | | | | | Replace Nokia contact email address with Qt Project website. Change-Id: I71577bf779b61f342a70df902c38987c52bc028f Sanity-Review: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Andrew Stanley-Jones <andrew.stanley-jones@nokia.com> Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
* Update copyright year in license headers.Jason McDonald2012-01-061-1/+1
| | | | | | Change-Id: I3f4acd74bed90537dbfe3dd05e2e8cb040015cf0 Sanity-Review: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
* QtSystems: Compile on WindowsFriedemann Kleint2011-10-111-1/+1
| | | | | | | | | | - Fix exports - Port dialer example to QML2 Change-Id: I3acc324c1c3eab8bdd3ffadc5522430ead4d88ef Reviewed-on: http://codereview.qt-project.org/6306 Sanity-Review: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Andrew Stanley-Jones <andrew.stanley-jones@nokia.com>
* Fix the QML plugin for P&S.Xizhi Zhu2011-08-091-43/+18
| | | | | | Change-Id: Id0826bd1bd021fca37a5cf674d96dd28b8638c1c Reviewed-on: http://codereview.qt.nokia.com/2770 Reviewed-by: Xizhi Zhu <xizhi.zhu@nokia.com>
* Update licenseheader text in source files for qtsystems Qt moduleJyri Tahtela2011-07-081-17/+17
| | | | | | | | Replace old license header with correct one. Change-Id: Ifa3afba00661dd184fda05b0ee4068f1bafc1e8b Reviewed-on: http://codereview.qt.nokia.com/1373 Reviewed-by: Jyri Tahtela <jyri.tahtela@nokia.com>
* Rename the module to QtSystems.Xizhi Zhu2011-06-201-1/+1
|
* Import QML plugin.Xizhi Zhu2011-06-141-0/+131
FIXME: QDeclarativeValueSpacePublisherMetaObject derives from QDeclarativeOpenMetaObject, which is unfortunately a private class inside QtDeclarative.