mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
Add CancelQuery for Qt5 only.
This commit is contained in:
parent
72a6b774ef
commit
e2c83aeca4
@ -545,7 +545,9 @@ bool QSpatiaLiteDriver::hasFeature(DriverFeature f) const
|
||||
case BatchOperations:
|
||||
case EventNotifications:
|
||||
case MultipleResultSets:
|
||||
#if QT_VERSION >= 0x050000
|
||||
case CancelQuery:
|
||||
#endif
|
||||
return false;
|
||||
}
|
||||
return false;
|
||||
|
Loading…
x
Reference in New Issue
Block a user