Skip to content
Snippets Groups Projects

Features 3018

Merged konstantin.kukharenko requested to merge features-3018 into develop_old
10 files
+ 137
345
Compare changes
  • Side-by-side
  • Inline
Files
10
+ 1
1
@@ -6,7 +6,7 @@
namespace Properties {
static const QString TEXT = "text" ;
static const QString STATE = "state" ;
static const QString HOVER = "hover" ;
static const char* HOVER = "hover" ;
static const QString CHECKED = "checked";
}
Loading