From ece4a16b52ab1f14db9cd84ba91f6c7f0584821c Mon Sep 17 00:00:00 2001 From: Thilo Graf Date: Mon, 25 Aug 2014 10:40:08 +0200 Subject: [PATCH] CComponentsSignals: ad signal OnSelect Origin commit data ------------------ Branch: ni/coolstream Commit: https://github.com/neutrino-images/ni-neutrino/commit/1a38c23340dfcb42c00b03da1ea05bf1266452ad Author: Thilo Graf Date: 2014-08-25 (Mon, 25 Aug 2014) ------------------ No further description and justification available within origin commit message! ------------------ This commit was generated by Migit --- src/gui/components/cc_signals.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/gui/components/cc_signals.h b/src/gui/components/cc_signals.h index 978540d45..e6fa0a98e 100644 --- a/src/gui/components/cc_signals.h +++ b/src/gui/components/cc_signals.h @@ -89,6 +89,8 @@ class CComponentsSignals : public sigc::trackable sigc::signal OnBeforePaint; sigc::signal OnAfterPaint; + + sigc::signal OnSelect; };