aboutsummaryrefslogtreecommitdiff
path: root/odb/qt/details
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2013-02-11 13:10:15 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2013-02-11 13:10:15 +0200
commit3ffac6eb9deee851b5e792127916a1ac7552b2a0 (patch)
tree4829b1e0db14c2c8a556d69fc658ef0cb523aae1 /odb/qt/details
parentf3c317cc640413de79e92ae69bc6b2aa856c6cc0 (diff)
QList::swap(Qlist) is only available since Qt 4.8
Diffstat (limited to 'odb/qt/details')
-rw-r--r--odb/qt/details/config.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/odb/qt/details/config.hxx b/odb/qt/details/config.hxx
index 5662673..42d2f43 100644
--- a/odb/qt/details/config.hxx
+++ b/odb/qt/details/config.hxx
@@ -15,7 +15,7 @@
// Qt profile), we are going to define __PIE__ ourselves just to silence
// Qt. We also want to try to minimize this to cases where it is actually
// necessary. To achieve this, we need to include the Qt config file without
-// including <QtGlobals>, which is where the test for PIC/PIE is. While
+// including <QtGlobal>, which is where the test for PIC/PIE is. While
// newer versions of Qt (from 4.7) have <QtConfig>, to support older
// versions we will include qconfig.h directly. This file appears to be
// present in all the versions starting with Qt 4.0.