diff options
author | Weblate <noreply@weblate.org> | 2016-09-23 21:47:36 +0000 |
---|---|---|
committer | Weblate <noreply@weblate.org> | 2016-09-23 21:47:36 +0000 |
commit | 0a0dde02b5419eba32b9c53cf24c13814172f8b8 (patch) | |
tree | a29e7adcc61a7dd3624b70f8e1b142d6f3d12786 /src-qt5/core/libLumina/LuminaXDG.h | |
parent | Translated using Weblate (lumina_WM@el (generated)) (diff) | |
parent | Merge pull request #270 from sk8harddiefast/patch-2 (diff) | |
download | lumina-0a0dde02b5419eba32b9c53cf24c13814172f8b8.tar.gz lumina-0a0dde02b5419eba32b9c53cf24c13814172f8b8.tar.bz2 lumina-0a0dde02b5419eba32b9c53cf24c13814172f8b8.zip |
Merge remote-tracking branch 'origin/master'
Diffstat (limited to 'src-qt5/core/libLumina/LuminaXDG.h')
-rw-r--r-- | src-qt5/core/libLumina/LuminaXDG.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src-qt5/core/libLumina/LuminaXDG.h b/src-qt5/core/libLumina/LuminaXDG.h index f2b1e3e2..dd9d1c67 100644 --- a/src-qt5/core/libLumina/LuminaXDG.h +++ b/src-qt5/core/libLumina/LuminaXDG.h @@ -166,7 +166,7 @@ public: static QStringList systemApplicationDirs(); //Get a list of all the *.desktop files available on the system //static XDGDesktopList* systemAppsList(); //return a pointer to the entire class - static QList<XDGDesktop*> systemDesktopFiles(bool showAll = false, bool showHidden = false); //simplification for getting just the files + //static QList<XDGDesktop*> systemDesktopFiles(bool showAll = false, bool showHidden = false); //simplification for getting just the files //Sort a list of Desktop files into the proper categories static QHash< QString, QList<XDGDesktop*> > sortDesktopCats(QList<XDGDesktop*> apps); //Return the icon to use for the given category |