diff options
author | Gareth Stockwell <ext-gareth.stockwell@nokia.com> | 2010-02-10 15:16:20 (GMT) |
---|---|---|
committer | Gareth Stockwell <ext-gareth.stockwell@nokia.com> | 2010-02-18 16:34:18 (GMT) |
commit | ea34fbde76a0407dc4a9bb9f4a3140c4764ca6ba (patch) | |
tree | 82d438d523141fc88471c6bcaabefcbb7e4dbc1c /tools/configure/environment.h | |
parent | 13cb80be958c40077245cbc4b36448a661e30c64 (diff) | |
download | Qt-ea34fbde76a0407dc4a9bb9f4a3140c4764ca6ba.zip Qt-ea34fbde76a0407dc4a9bb9f4a3140c4764ca6ba.tar.gz Qt-ea34fbde76a0407dc4a9bb9f4a3140c4764ca6ba.tar.bz2 |
Removed duplicated implementation of readRegistryKeys from configure
Configure now shares - at the source level - a single implementation
of this function with qmake.
Reviewed-by: Miikka Heikkinen
Diffstat (limited to 'tools/configure/environment.h')
-rw-r--r-- | tools/configure/environment.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/tools/configure/environment.h b/tools/configure/environment.h index 2d0eafd..549dcfa 100644 --- a/tools/configure/environment.h +++ b/tools/configure/environment.h @@ -75,9 +75,6 @@ private: static Compiler detectedCompiler; static CompilerInfo *compilerInfo(Compiler compiler); - static QString keyPath(const QString &rKey); - static QString keyName(const QString &rKey); - static QString readRegistryKey(HKEY parentHandle, const QString &rSubkey); }; |