summaryrefslogtreecommitdiffstats
path: root/src/corelib/global/qglobal.cpp
diff options
context:
space:
mode:
authorMarc Mutz <marc.mutz@kdab.com>2016-02-18 20:20:09 +0100
committerMarc Mutz <marc.mutz@kdab.com>2016-02-20 13:36:19 +0000
commita425b5f19c20f357acf92950dda7b395c1ee4c72 (patch)
tree4db0ed2aab2a884466c7033989cc5fe85932cf90 /src/corelib/global/qglobal.cpp
parent611942f2d737cc75c7492dffc183174e432aa155 (diff)
QWindowsGLContext: replace homebrew Array with std::vector
std::vector is all that the Array original author dreamed about, and more: never shrinks capacity, non CoWed, ... Appart from append(), the Array API was modeled after std::vector (size_t size_type, etc) already, so the port to std::vector is minimal. The only change besides append() -> push_back() was not assuming const_iterator being const T*. Remove now-unused Array. Change-Id: I02bc71441d01e554e320746d82dbc00f74c5466d Reviewed-by: Friedemann Kleint <Friedemann.Kleint@theqtcompany.com>
Diffstat (limited to 'src/corelib/global/qglobal.cpp')
0 files changed, 0 insertions, 0 deletions