aboutsummaryrefslogtreecommitdiff
path: root/include/aoutils.h
blob: a4fd7bb8f2c9109993faf57a0c24f19f9f9db23c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#ifndef AOUTILS_H
#define AOUTILS_H

#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);
};

#endif // AOUTILS_H