diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2016-08-22 13:29:57 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2016-08-23 00:05:15 +0200 |
commit | 8a80cba8c336eb39a69aadde8d2c44b8f9c54026 (patch) | |
tree | 808790acc9fa1f9c138289d20dfae249457f2d0a /tracker-freepie-udp/ftnoir_tracker_freepie-udp.h | |
parent | eb7e13da139dc0878e8279eeac704206a220d23a (diff) |
add missing #pragma once
Diffstat (limited to 'tracker-freepie-udp/ftnoir_tracker_freepie-udp.h')
-rw-r--r-- | tracker-freepie-udp/ftnoir_tracker_freepie-udp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tracker-freepie-udp/ftnoir_tracker_freepie-udp.h b/tracker-freepie-udp/ftnoir_tracker_freepie-udp.h index 2fd4baa0..4e79c207 100644 --- a/tracker-freepie-udp/ftnoir_tracker_freepie-udp.h +++ b/tracker-freepie-udp/ftnoir_tracker_freepie-udp.h @@ -4,7 +4,7 @@ * purpose with or without fee is hereby granted, provided that the above * copyright notice and this permission notice appear in all copies. */ - +#pragma once #include <cinttypes> #include <QUdpSocket> #include <QThread> |