diff options
author | Ken Moore <ken@ixsystems.com> | 2017-11-15 08:30:47 -0500 |
---|---|---|
committer | Ken Moore <ken@ixsystems.com> | 2017-11-15 08:30:47 -0500 |
commit | 74aee7244060e588031735eabae05c47efde48aa (patch) | |
tree | ea827afd2f924410dc60021ade1afc12b1603d8f /src-qt5/core/lumina-desktop | |
parent | Enable the auto-archive functionality in lumina-fm. (diff) | |
download | lumina-74aee7244060e588031735eabae05c47efde48aa.tar.gz lumina-74aee7244060e588031735eabae05c47efde48aa.tar.bz2 lumina-74aee7244060e588031735eabae05c47efde48aa.zip |
Split the LFileInfo class into it's own files.
Diffstat (limited to 'src-qt5/core/lumina-desktop')
-rw-r--r-- | src-qt5/core/lumina-desktop/Globals.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src-qt5/core/lumina-desktop/Globals.h b/src-qt5/core/lumina-desktop/Globals.h index 15e7a4b6..43ea3a87 100644 --- a/src-qt5/core/lumina-desktop/Globals.h +++ b/src-qt5/core/lumina-desktop/Globals.h @@ -11,6 +11,7 @@ #include <LuminaXDG.h> #include <LuminaOS.h> #include <LDesktopUtils.h> +#include <LFileInfo.h> #include <QWidgetAction> #include <QMenu> |