Skip to content

Commit

Permalink
Add CancelQuery for Qt5 only.
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastic committed Mar 12, 2016
1 parent 72a6b77 commit e2c83ae
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/providers/spatialite/qspatialite/qsql_spatialite.cpp
Expand Up @@ -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;
Expand Down

0 comments on commit e2c83ae

Please sign in to comment.