From 81a21e6ce040e7740de86340c8ea4dba30e69bc3 Mon Sep 17 00:00:00 2001 From: Unit 193 Date: Thu, 16 Jan 2025 01:57:37 -0500 Subject: New upstream version 3.4.13+dfsg. --- SQLiteStudio3/coreSQLiteStudio/sqlfileexecutor.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'SQLiteStudio3/coreSQLiteStudio/sqlfileexecutor.h') diff --git a/SQLiteStudio3/coreSQLiteStudio/sqlfileexecutor.h b/SQLiteStudio3/coreSQLiteStudio/sqlfileexecutor.h index fbca301..0d03b04 100644 --- a/SQLiteStudio3/coreSQLiteStudio/sqlfileexecutor.h +++ b/SQLiteStudio3/coreSQLiteStudio/sqlfileexecutor.h @@ -25,7 +25,7 @@ class API_EXPORT SqlFileExecutor : public QObject QAtomicInt executionInProgress = 0; Db* db = nullptr; - bool fkWasEnabled = true; + //bool fkWasEnabled = true; // See comment about fkWasEnabled in cpp file. bool ignoreErrors = false; QString codec; QString filePath; -- cgit v1.2.3