summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorJarek Kobus <jaroslaw.kobus@theqtcompany.com>2015-05-05 15:32:58 +0200
committerJarek Kobus <jaroslaw.kobus@theqtcompany.com>2015-05-07 08:33:42 +0000
commit48c08cc958da2fb093d6b93871ae112c0395824d (patch)
treeb45f7a902f6bf579bc8da9a5b5a5f1537ee24c3e /tools
parent478a8a1db3eed2c41d46da966003cc1722bd347d (diff)
Remove scRemoteVersion, it's the same as scVersion
Change-Id: I552b2f62865ff88fb6827819240b283485d0e4c7 Reviewed-by: Karsten Heimrich <karsten.heimrich@theqtcompany.com>
Diffstat (limited to 'tools')
-rw-r--r--tools/repogen/repogen.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/repogen/repogen.cpp b/tools/repogen/repogen.cpp
index cdd3f779a..23629ac91 100644
--- a/tools/repogen/repogen.cpp
+++ b/tools/repogen/repogen.cpp
@@ -222,7 +222,7 @@ int main(int argc, char** argv)
for (int j = 0; j < c2.count(); ++j) {
if (c2.at(j).toElement().tagName() == scName)
info.name = c2.at(j).toElement().text();
- else if (c2.at(j).toElement().tagName() == scRemoteVersion)
+ else if (c2.at(j).toElement().tagName() == scVersion)
info.version = c2.at(j).toElement().text();
}
hash.insert(info.name, info);