projects
/
pulseview.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bcb4c32
)
SignalHandler: Rename include guard
author
Soeren Apel
<soeren@apelpie.net>
Fri, 30 Mar 2018 16:08:05 +0000
(18:08 +0200)
committer
Soeren Apel
<soeren@apelpie.net>
Fri, 30 Mar 2018 17:04:36 +0000
(19:04 +0200)
signalhandler.hpp
patch
|
blob
|
history
diff --git
a/signalhandler.hpp
b/signalhandler.hpp
index a81f186c8493ec61afce9833023550e4c85fec18..a17b04b9eb885d8de55f5bc507d0974eae554668 100644
(file)
--- a/
signalhandler.hpp
+++ b/
signalhandler.hpp
@@
-17,8
+17,8
@@
* along with this program; if not, see <http://www.gnu.org/licenses/>.
*/
-#ifndef SIGNALHANDLER_HPP
-#define SIGNALHANDLER_HPP
+#ifndef
PULSEVIEW_PV_
SIGNALHANDLER_HPP
+#define
PULSEVIEW_PV_
SIGNALHANDLER_HPP
#include <QObject>
@@
-51,4
+51,4
@@
private:
static int sockets_[2];
};
-#endif // SIGNALHANDLER_HPP
+#endif //
PULSEVIEW_PV_
SIGNALHANDLER_HPP