Commit a23e8957 authored by Dmitry Shachnev's avatar Dmitry Shachnev Committed by The Qt Project
Browse files

qtpaths: Remove duplicate table entries.


Remove DesktopLocation and DocumentsLocation from lookupTableData as they were
wrongly listed twice there.

Change-Id: Ie8b91c294ead114c26857778cf644dbaba181d42
Reviewed-by: default avatarSune Vuorela <sune@vuorela.dk>
Reviewed-by: default avatarDavid Faure <david.faure@kdab.com>
No related merge requests found
Showing with 0 additions and 2 deletions
......@@ -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 },
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment