QT: Implement themed icons (#3554)

* implement themed icons

* fix theme search paths
This commit is contained in:
BreadFish64 2018-03-27 06:11:04 -05:00 committed by Merry
parent 7abfdb164b
commit 05cf7fe70a
13 changed files with 58 additions and 16 deletions

View file

@ -206,6 +206,9 @@ private:
QTranslator translator;
// stores default icon theme search paths for the platform
QStringList default_theme_paths;
protected:
void dropEvent(QDropEvent* event) override;
void dragEnterEvent(QDragEnterEvent* event) override;