QmlDesigner: Fix delegateMargin not used warning

Change-Id: I981607f68cad9a55e3d8f4b43e33eb14db515c47
Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
This commit is contained in:
Henning Gruendl
2020-10-26 13:42:42 +01:00
committed by Henning Gründl
parent 1f9124c976
commit 2c65e2323c

View File

@@ -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;