forked from qt-creator/qt-creator
QmlDesigner: Some cleanup
Change-Id: If1369124ca694bd5313213625636cf39a14af247 Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>
This commit is contained in:
@@ -272,11 +272,11 @@ public:
|
||||
}
|
||||
};
|
||||
|
||||
char xProperty[] = "x";
|
||||
char yProperty[] = "y";
|
||||
char zProperty[] = "z";
|
||||
char widthProperty[] = "width";
|
||||
char heightProperty[] = "height";
|
||||
static char xProperty[] = "x";
|
||||
static char yProperty[] = "y";
|
||||
static char zProperty[] = "z";
|
||||
static char widthProperty[] = "width";
|
||||
static char heightProperty[] = "height";
|
||||
|
||||
using namespace SelectionContextFunctors;
|
||||
|
||||
|
Reference in New Issue
Block a user