aboutsummaryrefslogtreecommitdiffstats
path: root/src/controls/qquickcolorimageprovider_p.h
Commit message (Collapse)AuthorAgeFilesLines
* Rename Qt Labs Controls to Qt Quick Controls 2 - build systemMitch Curtis2016-03-181-2/+2
| | | | | | | | | The imports will be done later, as we don't want to change them until the module is releasable (which requires things like selection handles, etc.). Change-Id: I2140cff7058fc3b696e92ca8c0e5e06dca9a7c9c Reviewed-by: J-P Nurmi <jpnurmi@theqtcompany.com>
* Turn libQtLabsControls to a public C++ libraryJ-P Nurmi2016-03-161-1/+2
| | | | | | Change-Id: Ia4365ff05d59920143d6288b47c383a202eba772 Task-number: QTBUG-50787 Reviewed-by: Mitch Curtis <mitch.curtis@theqtcompany.com>
* C++11 keywordsJ-P Nurmi2016-01-211-1/+1
| | | | | | | | - Q_NULLPTR -> nullptr - Q_DECL_OVERRIDE -> override Change-Id: I8ee65caafd43ab41b6de43835200cac6c8ffa278 Reviewed-by: Mitch Curtis <mitch.curtis@theqtcompany.com>
* QQuickUniversalImageProvider -> QQuickColorImageProviderJ-P Nurmi2016-01-181-0/+68
Share the same implementation with the upcoming iOS style. Change-Id: I495296832ba57a7c067eb9070ebc5b513d5e0d18 Reviewed-by: Mitch Curtis <mitch.curtis@theqtcompany.com>