summaryrefslogtreecommitdiffstats
path: root/src/tools/uic/uic.h
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@qt.io>2018-10-22 14:06:33 +0200
committerFriedemann Kleint <Friedemann.Kleint@qt.io>2018-11-01 17:41:00 +0000
commit235ea594ad80b3ebb019b536b19dd041706b937e (patch)
tree2a7b54d88907ded3df5b8a1e15455eadb29f97d7 /src/tools/uic/uic.h
parentc6af950bfd79182eb21438fa63096d4509f90404 (diff)
uic: Remove remains of old Java generator
Preparing the use of the option for Python. Task-number: PYSIDE-797 Change-Id: Ia1267b227ceac7f9dcbcfde6ed7c1480ef790f2a Reviewed-by: Jarek Kobus <jaroslaw.kobus@qt.io>
Diffstat (limited to 'src/tools/uic/uic.h')
-rw-r--r--src/tools/uic/uic.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/tools/uic/uic.h b/src/tools/uic/uic.h
index 1c229bc516..4c961aa0a5 100644
--- a/src/tools/uic/uic.h
+++ b/src/tools/uic/uic.h
@@ -83,13 +83,7 @@ public:
bool write(QIODevice *in);
-#ifdef QT_UIC_JAVA_GENERATOR
- bool jwrite(DomUI *ui);
-#endif
-
-#ifdef QT_UIC_CPP_GENERATOR
bool write(DomUI *ui);
-#endif
bool isMainWindow(const QString &className) const;
bool isToolBar(const QString &className) const;
@@ -105,11 +99,9 @@ private:
void writeCopyrightHeader(DomUI *ui);
DomUI *parseUiFile(QXmlStreamReader &reader);
-#ifdef QT_UIC_CPP_GENERATOR
// header protection
void writeHeaderProtectionStart();
void writeHeaderProtectionEnd();
-#endif
private:
Driver *drv;