mirror of
https://github.com/rizinorg/cutter.git
synced 2024-12-22 21:06:10 +00:00
13 lines
231 B
C
13 lines
231 B
C
|
#ifndef COMMON_SETTINGS_UPGRADE_H
|
||
|
#define COMMON_SETTINGS_UPGRADE_H
|
||
|
|
||
|
#include <QSettings>
|
||
|
#include <core/Cutter.h>
|
||
|
|
||
|
namespace Cutter {
|
||
|
void initializeSettings();
|
||
|
void migrateThemes();
|
||
|
}
|
||
|
|
||
|
#endif // COMMON_SETTINGS_UPGRADE_H
|