aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qtsupport/baseqtversion.h
diff options
context:
space:
mode:
authorTobias Hunger <tobias.hunger@qt.io>2019-09-30 14:43:42 +0200
committerTobias Hunger <tobias.hunger@qt.io>2019-10-01 11:47:00 +0000
commit7debb513e24d5874b9689126281a389e14a0513c (patch)
tree93002fbec41b4e8421aca4e50159df568135a59d /src/plugins/qtsupport/baseqtversion.h
parentb489bfd6155a150c337085ad4ac040973391ac8e (diff)
BaseQtVersion: Remove getters for configValues and qtConfigValues
They are unused. Change-Id: I4350fe33af24e418eb318518f7ca66301d9a7519 Reviewed-by: hjk <hjk@qt.io>
Diffstat (limited to 'src/plugins/qtsupport/baseqtversion.h')
-rw-r--r--src/plugins/qtsupport/baseqtversion.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/plugins/qtsupport/baseqtversion.h b/src/plugins/qtsupport/baseqtversion.h
index f1127bbfd9d..8de93f138bc 100644
--- a/src/plugins/qtsupport/baseqtversion.h
+++ b/src/plugins/qtsupport/baseqtversion.h
@@ -226,9 +226,6 @@ public:
bool hasDebugBuild() const;
bool hasReleaseBuild() const;
- QStringList configValues() const;
- QStringList qtConfigValues() const;
-
Utils::MacroExpander *macroExpander() const; // owned by the Qt version
static std::unique_ptr<Utils::MacroExpander>
createMacroExpander(const std::function<const BaseQtVersion *()> &qtVersion);