summaryrefslogtreecommitdiffhomepage
path: root/migration/migration.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'migration/migration.hpp')
-rw-r--r--migration/migration.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/migration/migration.hpp b/migration/migration.hpp
index 4eaa959f..2c1fee5b 100644
--- a/migration/migration.hpp
+++ b/migration/migration.hpp
@@ -28,7 +28,7 @@ namespace detail {
{
static std::vector<QString> run();
static void add_migration_thunk(std::function<mptr()>& thunk);
- static void mark_config_as_not_needing_migration();
+ static void mark_profile_as_not_needing_migration();
private:
static void sort_migrations();
@@ -87,4 +87,4 @@ struct migration
} // ns migrations
OTR_MIGRATION_EXPORT std::vector<QString> run_migrations();
-OTR_MIGRATION_EXPORT void mark_config_as_not_needing_migration();
+OTR_MIGRATION_EXPORT void mark_profile_as_not_needing_migration();