From a23e895727aa679dff9d9b1d4cf24175fb918075 Mon Sep 17 00:00:00 2001 From: Dmitry Shachnev Date: Tue, 29 Oct 2013 19:20:47 +0400 Subject: [PATCH] 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 Reviewed-by: David Faure --- src/qtpaths/qtpaths.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/qtpaths/qtpaths.cpp b/src/qtpaths/qtpaths.cpp index eca53d5..74534e8 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 }, -- 2.7.4