aboutsummaryrefslogtreecommitdiffstats
path: root/SQLiteStudio3/coreSQLiteStudio/sqlfileexecutor.h
diff options
context:
space:
mode:
Diffstat (limited to 'SQLiteStudio3/coreSQLiteStudio/sqlfileexecutor.h')
-rw-r--r--SQLiteStudio3/coreSQLiteStudio/sqlfileexecutor.h2
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;