From 25ec3155433a66a72cd06d85075a78d582831165 Mon Sep 17 00:00:00 2001
From: Bill King <bill.king@nokia.com>
Date: Wed, 4 Aug 2010 16:56:06 +1000
Subject: [PATCH] Remove warning about deprecated init of const string to
 non-const variable.

---
 .../qmldesigner/components/propertyeditor/contextpanewidget.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/plugins/qmldesigner/components/propertyeditor/contextpanewidget.cpp b/src/plugins/qmldesigner/components/propertyeditor/contextpanewidget.cpp
index fa09d4a99be..139c943c60f 100644
--- a/src/plugins/qmldesigner/components/propertyeditor/contextpanewidget.cpp
+++ b/src/plugins/qmldesigner/components/propertyeditor/contextpanewidget.cpp
@@ -39,7 +39,7 @@ static const char * const line_xpm[] = {
         "............"};
 
 /* XPM */
-static char * pin_xpm[] = {
+static const char * pin_xpm[] = {
 "12 9 7 1",
 " 	c None",
 ".	c #000000",
-- 
GitLab