X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=signalhandler.hpp;h=0246dc991935a46457bd9e348105ac48ceca1710;hb=ab10caf9278808284c922f8df58a1cc9165d6501;hp=a17b04b9eb885d8de55f5bc507d0974eae554668;hpb=d9d73c044cac7a23d56f8c5688fd6d77840746bf;p=pulseview.git diff --git a/signalhandler.hpp b/signalhandler.hpp index a17b04b9..0246dc99 100644 --- a/signalhandler.hpp +++ b/signalhandler.hpp @@ -17,8 +17,8 @@ * along with this program; if not, see . */ -#ifndef PULSEVIEW_PV_SIGNALHANDLER_HPP -#define PULSEVIEW_PV_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 // PULSEVIEW_PV_SIGNALHANDLER_HPP +#endif // PULSEVIEW_SIGNALHANDLER_HPP