diff options
author | Ken Moore <ken@pcbsd.org> | 2015-03-24 08:01:29 -0400 |
---|---|---|
committer | Ken Moore <ken@pcbsd.org> | 2015-03-24 08:01:29 -0400 |
commit | 120207ea7de7ca6e0973ececb4787e982feefcd1 (patch) | |
tree | 3c7dcdf0c2d182f25e5caf1531e13948376c7cd0 /lumina-desktop/desktop-plugins/LDPlugin.h | |
parent | Merge branch 'master' of github.com:pcbsd/lumina (diff) | |
parent | Add a new information file: DeveloperGuidelines.txt (diff) | |
download | lumina-120207ea7de7ca6e0973ececb4787e982feefcd1.tar.gz lumina-120207ea7de7ca6e0973ececb4787e982feefcd1.tar.bz2 lumina-120207ea7de7ca6e0973ececb4787e982feefcd1.zip |
Merge branch 'master' of github.com:pcbsd/lumina
Diffstat (limited to 'lumina-desktop/desktop-plugins/LDPlugin.h')
-rw-r--r-- | lumina-desktop/desktop-plugins/LDPlugin.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lumina-desktop/desktop-plugins/LDPlugin.h b/lumina-desktop/desktop-plugins/LDPlugin.h index 0e1f6847..9660a85c 100644 --- a/lumina-desktop/desktop-plugins/LDPlugin.h +++ b/lumina-desktop/desktop-plugins/LDPlugin.h @@ -68,6 +68,10 @@ public slots: //This needs to be re-implemented in the subclassed plugin //This is where all the visuals are set if using Theme-dependant icons. } + +signals: + void OpenDesktopMenu(); + }; #endif
\ No newline at end of file |