Skip to content

Commit

Permalink
fix Non POD Settings
Browse files Browse the repository at this point in the history
  • Loading branch information
sithlord48 committed Oct 18, 2023
1 parent 9a558bf commit 5f4c87d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/bcsettings.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
#include <QObject>
#include <QSettings>
#include <QVariant>
namespace SETTINGS {
struct SETTINGS {
inline const static QString MAINGEOMETRY = QStringLiteral("MainGeometry");
inline const static QString AUTOGROWTH = QStringLiteral("autochargrowth");
inline const static QString CHARADVANCED = QStringLiteral("charEditorAdvanced");
Expand All @@ -45,7 +45,7 @@ namespace SETTINGS {
inline const static QString ITEMCAP99 = QStringLiteral("alwaysCapItemsAt99");
inline const static QString SHOWPLACEHOLDERS = QStringLiteral("showPlaceHolders");
inline const static QString MAKEBACKUPS = QStringLiteral("createBackups");
}
};

class BCSettings : public QObject
{
Expand Down

0 comments on commit 5f4c87d

Please sign in to comment.