forked from qt-creator/qt-creator
QmlDesigner: Fix delegateMargin not used warning
Change-Id: I981607f68cad9a55e3d8f4b43e33eb14db515c47 Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
This commit is contained in:
committed by
Henning Gründl
parent
1f9124c976
commit
2c65e2323c
@@ -43,7 +43,7 @@ QT_END_NAMESPACE
|
|||||||
|
|
||||||
namespace QmlDesigner {
|
namespace QmlDesigner {
|
||||||
|
|
||||||
static int delegateMargin = 2;
|
const int delegateMargin = 2;
|
||||||
|
|
||||||
class NavigatorWidget;
|
class NavigatorWidget;
|
||||||
class NavigatorTreeModel;
|
class NavigatorTreeModel;
|
||||||
|
|||||||
Reference in New Issue
Block a user