Add CancelQuery for Qt5 only.

This commit is contained in:
Bas Couwenberg 2016-03-12 21:50:46 +01:00
parent 72a6b774ef
commit e2c83aeca4

View File

@ -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;