diff options
author | Ken Moore <ken@pcbsd.org> | 2016-09-21 12:07:45 -0400 |
---|---|---|
committer | Ken Moore <ken@pcbsd.org> | 2016-09-21 12:07:45 -0400 |
commit | d4e90780226e6e910561654cc3a574623ddfa5cc (patch) | |
tree | 07b8a7b5e601a1eab89a8a92ad5ed879c66060cb /src-qt5/core/libLumina/LuminaXDG.h | |
parent | Restore all the translations for lumina-textedit (aside from "hi"). (diff) | |
download | lumina-d4e90780226e6e910561654cc3a574623ddfa5cc.tar.gz lumina-d4e90780226e6e910561654cc3a574623ddfa5cc.tar.bz2 lumina-d4e90780226e6e910561654cc3a574623ddfa5cc.zip |
Commit a small cleanup for the auto-loading of the apps list on the system.
Going to check if this fixes the memory leak issue on some systems (have one I can test on now).
Diffstat (limited to 'src-qt5/core/libLumina/LuminaXDG.h')
-rw-r--r-- | src-qt5/core/libLumina/LuminaXDG.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src-qt5/core/libLumina/LuminaXDG.h b/src-qt5/core/libLumina/LuminaXDG.h index 996e5a20..0397ce71 100644 --- a/src-qt5/core/libLumina/LuminaXDG.h +++ b/src-qt5/core/libLumina/LuminaXDG.h @@ -93,6 +93,7 @@ public slots: private: QFileSystemWatcher *watcher; QTimer *synctimer; + bool keepsynced; private slots: void watcherChanged(); |