aboutsummaryrefslogtreecommitdiffstats
path: root/sources/shiboken2/ApiExtractor
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@qt.io>2019-03-11 15:54:30 +0100
committerFriedemann Kleint <Friedemann.Kleint@qt.io>2019-03-13 20:32:03 +0000
commit638545a9cc2c72eea34cfba6cb2bd847f31ca80a (patch)
treee4a3f23a3f7685de2ea4e45ba875780d2e6c6c18 /sources/shiboken2/ApiExtractor
parent9c5de3ed310d63a2021d062013ad9779d33028d0 (diff)
shiboken: Make the indentor helper class more flexible
Move it to a separate header and turn it into a non-type template with a tabWidth parameter to make it possible to use it with arbitrary tab widths. Turn it into a non-type template taking the tab width. Change-Id: Ib2b6a7379ce66d1a22e73b4cb6a4a9a9b457014d Reviewed-by: Cristian Maureira-Fredes <cristian.maureira-fredes@qt.io>
Diffstat (limited to 'sources/shiboken2/ApiExtractor')
-rw-r--r--sources/shiboken2/ApiExtractor/typesystem.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/sources/shiboken2/ApiExtractor/typesystem.h b/sources/shiboken2/ApiExtractor/typesystem.h
index 36a75c599..96d0bb5fd 100644
--- a/sources/shiboken2/ApiExtractor/typesystem.h
+++ b/sources/shiboken2/ApiExtractor/typesystem.h
@@ -46,8 +46,6 @@
extern const char *TARGET_CONVERSION_RULE_FLAG;
extern const char *NATIVE_CONVERSION_RULE_FLAG;
-class Indentor;
-
class AbstractMetaType;
QT_BEGIN_NAMESPACE
class QDebug;