aboutsummaryrefslogtreecommitdiffstats
path: root/src/shared/proparser/qmakevfs.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/shared/proparser/qmakevfs.h')
-rw-r--r--src/shared/proparser/qmakevfs.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/shared/proparser/qmakevfs.h b/src/shared/proparser/qmakevfs.h
index 34dd96fd7b..00547cf7fc 100644
--- a/src/shared/proparser/qmakevfs.h
+++ b/src/shared/proparser/qmakevfs.h
@@ -74,6 +74,9 @@ public:
QMakeVfs();
~QMakeVfs();
+ static void ref();
+ static void deref();
+
int idForFileName(const QString &fn, VfsFlags flags);
QString fileNameForId(int id);
bool writeFile(int id, QIODevice::OpenMode mode, VfsFlags flags, const QString &contents, QString *errStr);