Access type tables using QStandardPaths.
commit50dd33a3dfb1ce8ace89dbd49ecb8957abc30521
authorJohannes Sixt <j6t@kdbg.org>
Sun, 11 Dec 2016 21:45:05 +0000 (11 22:45 +0100)
committerJohannes Sixt <j6t@kdbg.org>
Fri, 30 Dec 2016 16:51:20 +0000 (30 17:51 +0100)
treec77216864f04d14191741800e202c0ee5c27dafc
parentd3629c9b4a8c397c275919434e8e8766b6272673
Access type tables using QStandardPaths.

This removes a use of KStandardDirs, which is deprecated.

The new implementation must handle the former NoDuplicates option itself.
For this reason, the files are collected in a std::map<> by file name such
that files from later directories are ignored.
kdbg/main.cpp
kdbg/typetable.cpp