summaryrefslogtreecommitdiffstats
path: root/src/sql/kernel/qsqldriver.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/sql/kernel/qsqldriver.cpp')
-rw-r--r--src/sql/kernel/qsqldriver.cpp10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/sql/kernel/qsqldriver.cpp b/src/sql/kernel/qsqldriver.cpp
index 75264381b5..130eec0239 100644
--- a/src/sql/kernel/qsqldriver.cpp
+++ b/src/sql/kernel/qsqldriver.cpp
@@ -238,6 +238,16 @@ bool QSqlDriver::isOpenError() const
*/
/*!
+ \enum QSqlDriver::NotificationSource
+
+ This enum contains a list of SQL notification sources.
+
+ \value Unknown The notification source is unknown
+ \value Self The notification source is the own connection
+ \value Other The notification source is another connection
+*/
+
+/*!
\fn bool QSqlDriver::hasFeature(DriverFeature feature) const
Returns true if the driver supports feature \a feature; otherwise