From f43e674bc0e47b7360c2a1ee335f7536e1638ae1 Mon Sep 17 00:00:00 2001 From: Michael Welter Date: Sun, 11 Sep 2022 20:56:18 +0200 Subject: Fix initialization order issues --- migration/migration.hpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'migration/migration.hpp') diff --git a/migration/migration.hpp b/migration/migration.hpp index a3035247..7fc18c97 100644 --- a/migration/migration.hpp +++ b/migration/migration.hpp @@ -43,6 +43,9 @@ namespace detail { static void set_last_migration_time(const QString& val); static int to_int(const QString& str, bool& ok); + + static std::vector& migration_list(); + static std::vector& migration_thunks(); }; template -- cgit v1.2.3