summaryrefslogtreecommitdiff
path: root/src/iconfetcher.cpp
Commit message (Collapse)AuthorAgeFilesLines
* now using new common cmakefilesisanae2020-04-231-1/+1
| | | | | fixed includes because shared/ isn't in the path anymore removed unused modeltest files
* initial implementation for updating file tree, buggyisanae2020-02-041-0/+3
|
* added a few missing constsisanae2020-02-041-0/+156
removed incorrect assert about an empty game edition added FileTree to wrap a QTreeView and a FileTreeModel, moved some context menu actions over