X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=blobdiff_plain;f=signalhandler.hpp;h=a81f186c8493ec61afce9833023550e4c85fec18;hp=fe54ff2a182c66a7219e5d31c3fec6c0519e8a42;hb=929b9b19c6a4ca673696c7cabca823acf542d182;hpb=2acdb232d6bb452cfdfaea3ef5218fb4da592329 diff --git a/signalhandler.hpp b/signalhandler.hpp index fe54ff2a..a81f186c 100644 --- a/signalhandler.hpp +++ b/signalhandler.hpp @@ -14,12 +14,11 @@ * 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 . */ -#ifndef SIGNALHANDLER_H -#define SIGNALHANDLER_H +#ifndef SIGNALHANDLER_HPP +#define SIGNALHANDLER_HPP #include @@ -33,7 +32,7 @@ public: static bool prepare_signals(); public: - explicit SignalHandler(QObject* parent = NULL); + explicit SignalHandler(QObject* parent = nullptr); Q_SIGNALS: void int_received(); @@ -52,4 +51,4 @@ private: static int sockets_[2]; }; -#endif // SIGNALHANDLER_H +#endif // SIGNALHANDLER_HPP