summaryrefslogtreecommitdiffstats
path: root/src/sql/kernel/qsqlindex.h
diff options
context:
space:
mode:
authorGabriel de Dietrich <gabriel.dietrich-de@nokia.com>2011-07-05 18:30:35 +0200
committerQt by Nokia <qt-info@nokia.com>2011-07-06 12:03:30 +0200
commitf306d18fe6555a9a5c60560745773b0bf5685ec3 (patch)
tree9f9604b495a535ef256a96c0f33ea5c99033a032 /src/sql/kernel/qsqlindex.h
parentceceb3796fbfdcd944fc7da7c8b2198fca69cb44 (diff)
Remove QT3_SUPPORT from qsql, qxml
Change-Id: Iab36ef60de2f0201efa4eb86d8ed5e514d6244fb Reviewed-on: http://codereview.qt.nokia.com/1188 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Lars Knoll <lars.knoll@nokia.com>
Diffstat (limited to 'src/sql/kernel/qsqlindex.h')
-rw-r--r--src/sql/kernel/qsqlindex.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/sql/kernel/qsqlindex.h b/src/sql/kernel/qsqlindex.h
index 97874e24f6..c88e30603f 100644
--- a/src/sql/kernel/qsqlindex.h
+++ b/src/sql/kernel/qsqlindex.h
@@ -70,14 +70,6 @@ public:
bool isDescending(int i) const;
void setDescending(int i, bool desc);
-#ifdef QT3_SUPPORT
- QT3_SUPPORT QString toString(const QString &prefix = QString(),
- const QString &sep = QLatin1String(","),
- bool verbose = true) const;
- QT3_SUPPORT QStringList toStringList(const QString& prefix = QString(),
- bool verbose = true) const;
-#endif
-
private:
QString createField(int i, const QString& prefix, bool verbose) const;
QString cursor;