Refactor icon lists heavily
* Icon list now uses a filesystem watcher for updates * Icon folder is user-customizable * All the little details. ALL OF THEM.
This commit is contained in:
parent
c44bcfab4b
commit
952b63f68d
19 changed files with 616 additions and 306 deletions
|
@ -184,6 +184,9 @@ signals:
|
|||
*/
|
||||
void nuked(BaseInstance *inst);
|
||||
|
||||
protected slots:
|
||||
void iconUpdated(QString key);
|
||||
|
||||
protected:
|
||||
std::shared_ptr<BaseInstancePrivate> inst_d;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue