aboutsummaryrefslogtreecommitdiff
path: root/src/aoutils.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/aoutils.h')
-rw-r--r--src/aoutils.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/aoutils.h b/src/aoutils.h
new file mode 100644
index 00000000..1fe03fd5
--- /dev/null
+++ b/src/aoutils.h
@@ -0,0 +1,12 @@
+#pragma once
+
+#include <QSettings>
+
+namespace AOUtils
+{
+/**
+ * @brief Migrates the effects from the old format to version 2.
+ * @param QSettings object reference of the old effects.ini
+ */
+void migrateEffects(QSettings &p_fileName);
+}; // namespace AOUtils