diff options
author | Ken Moore <ken@ixsystems.com> | 2018-04-17 10:27:22 -0400 |
---|---|---|
committer | Ken Moore <ken@ixsystems.com> | 2018-04-17 10:27:22 -0400 |
commit | 3a53ebfe91ae0aad59c071c48076fa57256920c5 (patch) | |
tree | 24ee87eeeb8a48fcc3a37f47c2c9f209eaa87f5b /src-qt5/core/libLumina/LFileInfo.h | |
parent | Fix up the clipboard persistance. (diff) | |
download | lumina-3a53ebfe91ae0aad59c071c48076fa57256920c5.tar.gz lumina-3a53ebfe91ae0aad59c071c48076fa57256920c5.tar.bz2 lumina-3a53ebfe91ae0aad59c071c48076fa57256920c5.zip |
Fix up the detection of icons in LFileInfo.
Add a large failover system where a list of possible icons are created, and the first one which exists in the theme is used.
Also update the iconprobe dev tool a but: make it take an optional list of icons as input
Diffstat (limited to 'src-qt5/core/libLumina/LFileInfo.h')
-rw-r--r-- | src-qt5/core/libLumina/LFileInfo.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src-qt5/core/libLumina/LFileInfo.h b/src-qt5/core/libLumina/LFileInfo.h index df1abb65..f72c8649 100644 --- a/src-qt5/core/libLumina/LFileInfo.h +++ b/src-qt5/core/libLumina/LFileInfo.h @@ -17,7 +17,8 @@ class LFileInfo : public QFileInfo{ private: - QString mime, icon, zfs_ds; + QString mime, zfs_ds; + QStringList iconList; XDGDesktop *desk; void loadExtraInfo(); |