summaryrefslogtreecommitdiffstats
path: root/qmake/library/qmakevfs.h
diff options
context:
space:
mode:
Diffstat (limited to 'qmake/library/qmakevfs.h')
-rw-r--r--qmake/library/qmakevfs.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/qmake/library/qmakevfs.h b/qmake/library/qmakevfs.h
index fccbcfb765..0c9a8dca36 100644
--- a/qmake/library/qmakevfs.h
+++ b/qmake/library/qmakevfs.h
@@ -38,10 +38,6 @@
# include <qmutex.h>
#endif
-#if QT_CONFIG(textcodec)
-QT_FORWARD_DECLARE_CLASS(QTextCodec)
-#endif
-
#ifdef PROEVALUATOR_DUAL_VFS
# ifndef PROEVALUATOR_CUMULATIVE
# error PROEVALUATOR_DUAL_VFS requires PROEVALUATOR_CUMULATIVE
@@ -92,10 +88,6 @@ public:
void invalidateContents();
#endif
-#if QT_CONFIG(textcodec)
- void setTextCodec(const QTextCodec *textCodec);
-#endif
-
private:
#ifdef PROEVALUATOR_THREAD_SAFE
static QMutex s_mutex;
@@ -129,9 +121,6 @@ private:
QString m_magicMissing;
QString m_magicExisting;
#endif
-#if QT_CONFIG(textcodec)
- const QTextCodec *m_textCodec;
-#endif
};
Q_DECLARE_OPERATORS_FOR_FLAGS(QMakeVfs::VfsFlags)