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

Merge branch 'feature-3127' into develop_old

parents 378fa1c1 68028536
No related branches found
No related tags found
1 merge request!17Develop old
......@@ -3,9 +3,11 @@
#include <QString>
namespace Properties {
static const QString TEXT = "text" ;
static const QString STATE = "state" ;
namespace Properties
{
static const QString TEXT = "text";
static const QString STATE = "state";
static const QString ENABLED = "enabled";
static const QString HOVER = "hover" ;
static const QString CHECKED = "checked";
}
......
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