summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDmitry Shachnev <mitya57@gmail.com>2013-10-29 19:20:47 +0400
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-11-01 10:19:21 +0100
commita23e895727aa679dff9d9b1d4cf24175fb918075 (patch)
tree56c2960ea28b23464c96d41ffc4bb16b17e0f40d
parent6c324f9f6c8a6bf66b994e1c3730ee7f6a494643 (diff)
qtpaths: Remove duplicate table entries.
Remove DesktopLocation and DocumentsLocation from lookupTableData as they were wrongly listed twice there. Change-Id: Ie8b91c294ead114c26857778cf644dbaba181d42 Reviewed-by: Sune Vuorela <sune@vuorela.dk> Reviewed-by: David Faure <david.faure@kdab.com>
-rw-r--r--src/qtpaths/qtpaths.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/qtpaths/qtpaths.cpp b/src/qtpaths/qtpaths.cpp
index eca53d588..74534e86a 100644
--- a/src/qtpaths/qtpaths.cpp
+++ b/src/qtpaths/qtpaths.cpp
@@ -80,8 +80,6 @@ static const struct StringEnum {
{ "DesktopLocation", QStandardPaths::DesktopLocation },
{ "DocumentsLocation", QStandardPaths::DocumentsLocation },
{ "FontsLocation", QStandardPaths::FontsLocation },
- { "DesktopLocation", QStandardPaths::DesktopLocation },
- { "DocumentsLocation", QStandardPaths::DocumentsLocation },
{ "MusicLocation", QStandardPaths::MusicLocation },
{ "MoviesLocation", QStandardPaths::MoviesLocation },
{ "PicturesLocation", QStandardPaths::PicturesLocation },