mirror of
https://github.com/sqlitebrowser/sqlitebrowser.git
synced 2026-01-23 20:39:57 -06:00
Add basic function for cancelling queries
This doesn't do all the work yet and isn't called anywhere. So don't expect this to do anything useful.
This commit is contained in:
@@ -75,6 +75,10 @@ public:
|
||||
public slots:
|
||||
void updateFilter(int column, const QString& value);
|
||||
|
||||
// This cancels the execution of the current query. It can't guarantee that the query is stopped immediately or after returning but it should
|
||||
// stop soon afterwards. If some data has already been loaded into the model, that data is not deleted
|
||||
void cancelQuery();
|
||||
|
||||
signals:
|
||||
void finishedFetch();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user