summaryrefslogtreecommitdiffstats
path: root/src/sql/kernel/qsqlerror.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/sql/kernel/qsqlerror.h')
-rw-r--r--src/sql/kernel/qsqlerror.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/sql/kernel/qsqlerror.h b/src/sql/kernel/qsqlerror.h
index 5a9cb50af0..dd2b650a57 100644
--- a/src/sql/kernel/qsqlerror.h
+++ b/src/sql/kernel/qsqlerror.h
@@ -66,8 +66,8 @@ public:
int number = -1);
QSqlError(const QSqlError& other);
QSqlError& operator=(const QSqlError& other);
- bool operator==(const QSqlError& other);
- bool operator!=(const QSqlError& other);
+ bool operator==(const QSqlError& other) const;
+ bool operator!=(const QSqlError& other) const;
~QSqlError();
QString driverText() const;