diff options
author | Ken Moore <ken@ixsystems.com> | 2017-06-19 10:46:56 -0400 |
---|---|---|
committer | Ken Moore <ken@ixsystems.com> | 2017-06-19 10:46:56 -0400 |
commit | 065462b14aee9e689538791c9212e7bab9e720d1 (patch) | |
tree | 949f7ae40c23cb85d67d8c555f247e60eff79196 /src-qt5/core/libLumina/LIconCache.h | |
parent | Fix up the pkg-plist for lumina-textedit to account for the new file support ... (diff) | |
download | lumina-065462b14aee9e689538791c9212e7bab9e720d1.tar.gz lumina-065462b14aee9e689538791c9212e7bab9e720d1.tar.bz2 lumina-065462b14aee9e689538791c9212e7bab9e720d1.zip |
Commit some minor updates to whitespace and the python syntax file name.
Diffstat (limited to 'src-qt5/core/libLumina/LIconCache.h')
-rw-r--r-- | src-qt5/core/libLumina/LIconCache.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src-qt5/core/libLumina/LIconCache.h b/src-qt5/core/libLumina/LIconCache.h index 9834b2a3..0344e0f3 100644 --- a/src-qt5/core/libLumina/LIconCache.h +++ b/src-qt5/core/libLumina/LIconCache.h @@ -45,7 +45,7 @@ public: bool exists(QString icon); bool isLoaded(QString icon); QString findFile(QString icon); //find the full path of a given file/name (searching the current Icon theme) - + //Special loading routines for QLabel and QAbstractButton (pushbutton, toolbutton, etc) void loadIcon(QAbstractButton *button, QString icon, bool noThumb = false); void loadIcon(QLabel *label, QString icon, bool noThumb = false); |