diff options
author | Ken Moore <ken@ixsystems.com> | 2018-04-09 14:30:07 -0400 |
---|---|---|
committer | Ken Moore <ken@ixsystems.com> | 2018-04-09 14:30:07 -0400 |
commit | fcc83830947c56b04680fa18b97a5b0b05097e04 (patch) | |
tree | f14068ea39ab2bc17e1ecceaa9fab806315eb8a6 /src-qt5/core/lumina-desktop-unified/src-desktop/src-widgets/RootDesktop.h | |
parent | Removed dangling code (diff) | |
download | lumina-fcc83830947c56b04680fa18b97a5b0b05097e04.tar.gz lumina-fcc83830947c56b04680fa18b97a5b0b05097e04.tar.bz2 lumina-fcc83830947c56b04680fa18b97a5b0b05097e04.zip |
Add in the widgets-based version of panels.
This seems to be working fine right now - just need to "turn on" the plugins later once we have a couple for testing.
Diffstat (limited to 'src-qt5/core/lumina-desktop-unified/src-desktop/src-widgets/RootDesktop.h')
-rw-r--r-- | src-qt5/core/lumina-desktop-unified/src-desktop/src-widgets/RootDesktop.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src-qt5/core/lumina-desktop-unified/src-desktop/src-widgets/RootDesktop.h b/src-qt5/core/lumina-desktop-unified/src-desktop/src-widgets/RootDesktop.h index 16ce0e47..ff717074 100644 --- a/src-qt5/core/lumina-desktop-unified/src-desktop/src-widgets/RootDesktop.h +++ b/src-qt5/core/lumina-desktop-unified/src-desktop/src-widgets/RootDesktop.h @@ -20,7 +20,7 @@ public: private: QImage bgimage; - QStringList lastscreens; + QStringList lastscreens, lastpanels; QTimer *bgTimer; DesktopContextMenu *cmenu; |