]> sigrok.org Git - pulseview.git/blobdiff - signalhandler.hpp
Fix Bug #1649 (Save dialog does not close automatically)
[pulseview.git] / signalhandler.hpp
index a81f186c8493ec61afce9833023550e4c85fec18..0246dc991935a46457bd9e348105ac48ceca1710 100644 (file)
@@ -17,8 +17,8 @@
  * along with this program; if not, see <http://www.gnu.org/licenses/>.
  */
 
-#ifndef SIGNALHANDLER_HPP
-#define SIGNALHANDLER_HPP
+#ifndef PULSEVIEW_SIGNALHANDLER_HPP
+#define PULSEVIEW_SIGNALHANDLER_HPP
 
 #include <QObject>
 
@@ -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