mirror of
https://github.com/rizinorg/cutter.git
synced 2024-12-22 12:56:11 +00:00
3545f059f1
* Use QDockWidget::toggleViewAction instead of custom solution. * Improve new dock placement.
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
|