aboutsummaryrefslogtreecommitdiffstats
path: root/sources/shiboken2/libshiboken
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@qt.io>2017-09-29 10:32:50 +0200
committerChristian Tismer <tismer@stackless.com>2017-09-29 08:38:05 +0000
commit9f74476af5c45ac562fb95bf47c06ee8ef3d2c78 (patch)
tree4f5bf1c4cbef5d5ed1ff8226bb15ec34983b8dfe /sources/shiboken2/libshiboken
parente062958e59129bb4cdfa2056f8023b1ba4dc9670 (diff)
Signature: Remove pre 5.7 parts, fix coding style
Complements 30a1c9c41e5e6d4166f171b9477c6f46cafa782f. Task-number: PYSIDE-510 Change-Id: I76e433dc35dbe88dbf254b19b82b8c392af0dad4 Reviewed-by: Christian Tismer <tismer@stackless.com>
Diffstat (limited to 'sources/shiboken2/libshiboken')
-rw-r--r--sources/shiboken2/libshiboken/signature.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/sources/shiboken2/libshiboken/signature.cpp b/sources/shiboken2/libshiboken/signature.cpp
index 883ef7392..e6d64c16e 100644
--- a/sources/shiboken2/libshiboken/signature.cpp
+++ b/sources/shiboken2/libshiboken/signature.cpp
@@ -308,7 +308,7 @@ GetSignature_TypeMod(PyObject *ob)
}
-const char *PySide_PythonCode = (const char *)
+static const char PySide_PythonCode[] =
"from __future__ import print_function, absolute_import\n"
"import sys, os, traceback\n"