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/dbobjectorganizer.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'SQLiteStudio3/coreSQLiteStudio/dbobjectorganizer.h') diff --git a/SQLiteStudio3/coreSQLiteStudio/dbobjectorganizer.h b/SQLiteStudio3/coreSQLiteStudio/dbobjectorganizer.h index 14a4b46..d82efd8 100644 --- a/SQLiteStudio3/coreSQLiteStudio/dbobjectorganizer.h +++ b/SQLiteStudio3/coreSQLiteStudio/dbobjectorganizer.h @@ -85,8 +85,7 @@ class API_EXPORT DbObjectOrganizer : public QObject, public QRunnable, public In bool copyIndexToDb(const QString& index); bool copyTriggerToDb(const QString& trigger); bool copySimpleObjectToDb(const QString& name, const QString& errorMessage, SchemaResolver::ObjectType objectType); - QSet resolveReferencedTables(const QString& table, const QList& parsedTables); - void collectReferencedTables(const QString& table, const StrHash& allParsedObjects); + void collectReferencedTables(const QString& table); void collectReferencedIndexes(const QString& table); void collectReferencedTriggersForTable(const QString& table); void collectReferencedTriggersForView(const QString& view); -- cgit v1.2.3