summaryrefslogtreecommitdiffstats
path: root/qmake
diff options
context:
space:
mode:
Diffstat (limited to 'qmake')
-rw-r--r--qmake/generators/win32/winmakefile.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/qmake/generators/win32/winmakefile.h b/qmake/generators/win32/winmakefile.h
index e46b511a7b..865580b39f 100644
--- a/qmake/generators/win32/winmakefile.h
+++ b/qmake/generators/win32/winmakefile.h
@@ -69,10 +69,10 @@ protected:
virtual bool findLibraries();
virtual void processPrlFiles();
- virtual void processVars();
+ void processVars();
virtual void fixTargetExt();
- virtual void processRcFileVar();
- virtual void processFileTagsVar();
+ void processRcFileVar();
+ void processFileTagsVar();
virtual QString getLibTarget();
};