Skip to content
Snippets Groups Projects
Commit 0928225d authored by alexandr.mruchok's avatar alexandr.mruchok
Browse files

[+] Properties::ENABLED

parent 910d8463
No related branches found
No related tags found
1 merge request!17Develop old
......@@ -4,8 +4,9 @@
#include <QString>
namespace Properties {
static const QString TEXT = "text";
static const QString STATE = "state";
static const QString TEXT = "text";
static const QString STATE = "state";
static const QString ENABLED = "enabled";
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment