diff options
| author | 2025-01-16 01:57:37 -0500 | |
|---|---|---|
| committer | 2025-01-16 01:57:37 -0500 | |
| commit | 81a21e6ce040e7740de86340c8ea4dba30e69bc3 (patch) | |
| tree | 95fc1741b907d5ba6d029a42d80092cb7c056c5e /SQLiteStudio3/coreSQLiteStudio/sqlfileexecutor.h | |
| parent | 3565aad630864ecdbe53fdaa501ea708555b3c7c (diff) | |
New upstream version 3.4.13+dfsg.upstream/3.4.13+dfsgupstream
Diffstat (limited to 'SQLiteStudio3/coreSQLiteStudio/sqlfileexecutor.h')
| -rw-r--r-- | SQLiteStudio3/coreSQLiteStudio/sqlfileexecutor.h | 2 |
1 files changed, 1 insertions, 1 deletions
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; |
