X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=signalhandler.hpp;h=0246dc991935a46457bd9e348105ac48ceca1710;hb=cd38c84cb223ba9ecb01d9b0fc0ac11cd9e1d7a1;hp=a81f186c8493ec61afce9833023550e4c85fec18;hpb=efdec55aec1a137460fa362a381ed1904182bfed;p=pulseview.git diff --git a/signalhandler.hpp b/signalhandler.hpp index a81f186c..0246dc99 100644 --- a/signalhandler.hpp +++ b/signalhandler.hpp @@ -17,8 +17,8 @@ * along with this program; if not, see . */ -#ifndef SIGNALHANDLER_HPP -#define SIGNALHANDLER_HPP +#ifndef PULSEVIEW_SIGNALHANDLER_HPP +#define PULSEVIEW_SIGNALHANDLER_HPP #include @@ -37,6 +37,7 @@ public: Q_SIGNALS: void int_received(); void term_received(); + void usr1_received(); private Q_SLOTS: void on_socket_notifier_activated(); @@ -51,4 +52,4 @@ private: static int sockets_[2]; }; -#endif // SIGNALHANDLER_HPP +#endif // PULSEVIEW_SIGNALHANDLER_HPP