summaryrefslogtreecommitdiffstats
path: root/src/tools/rcc/rcc.h
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@qt.io>2020-12-07 12:58:58 +0100
committerFriedemann Kleint <Friedemann.Kleint@qt.io>2020-12-07 17:09:07 +0100
commit3fb039ca233f4d82e9c22aa01aecc1201a08a88f (patch)
tree0f35114f4007fd641e834f955e47a8a35881db0a /src/tools/rcc/rcc.h
parent0e96e1fb752e0b7c99927e77e7ac3244b2e0c118 (diff)
rcc: Remove support for Python2
Qt for Python only supports Python3. Change-Id: I7b13b1f9482579b1e1128d15ee5734d063a7c4b8 Reviewed-by: Cristian Maureira-Fredes <cristian.maureira-fredes@qt.io>
Diffstat (limited to 'src/tools/rcc/rcc.h')
-rw-r--r--src/tools/rcc/rcc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/rcc/rcc.h b/src/tools/rcc/rcc.h
index ac5ea15bb1..b6fcb21f5f 100644
--- a/src/tools/rcc/rcc.h
+++ b/src/tools/rcc/rcc.h
@@ -58,7 +58,7 @@ public:
bool readFiles(bool listMode, QIODevice &errorDevice);
- enum Format { Binary, C_Code, Pass1, Pass2, Python3_Code, Python2_Code };
+ enum Format { Binary, C_Code, Pass1, Pass2, Python_Code };
void setFormat(Format f) { m_format = f; }
Format format() const { return m_format; }