]> sigrok.org Git - pulseview.git/blobdiff - signalhandler.hpp
DecodeSignal: Support unitsize > 1 for logic output
[pulseview.git] / signalhandler.hpp
index a8ddccb30bf2fbb1f36fb9c359d79c94ac8df359..0246dc991935a46457bd9e348105ac48ceca1710 100644 (file)
  * GNU General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
+ * 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>
 
@@ -38,6 +37,7 @@ public:
 Q_SIGNALS:
        void int_received();
        void term_received();
+       void usr1_received();
 
 private Q_SLOTS:
        void on_socket_notifier_activated();
@@ -52,4 +52,4 @@ private:
        static int sockets_[2];
 };
 
-#endif // SIGNALHANDLER_HPP
+#endif // PULSEVIEW_SIGNALHANDLER_HPP