summaryrefslogtreecommitdiff
path: root/core/launcher/shutdownimpl.h
Unidiff
Diffstat (limited to 'core/launcher/shutdownimpl.h') (more/less context) (ignore whitespace changes)
-rw-r--r--core/launcher/shutdownimpl.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/core/launcher/shutdownimpl.h b/core/launcher/shutdownimpl.h
index c2ebcc7..12b859d 100644
--- a/core/launcher/shutdownimpl.h
+++ b/core/launcher/shutdownimpl.h
@@ -34,6 +34,8 @@ public:
34 34
35 enum Type { ShutdownSystem, RebootSystem, RestartDesktop, TerminateDesktop }; 35 enum Type { ShutdownSystem, RebootSystem, RestartDesktop, TerminateDesktop };
36 36
37 virtual void hide ( );
38
37signals: 39signals:
38 void shutdown( ShutdownImpl::Type ); 40 void shutdown( ShutdownImpl::Type );
39 41