diff options
Diffstat (limited to '')
-rw-r--r-- | heimdall-frontend/Source/aboutform.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/heimdall-frontend/Source/aboutform.h b/heimdall-frontend/Source/aboutform.h index 0c02f08..4b6a8e3 100644 --- a/heimdall-frontend/Source/aboutform.h +++ b/heimdall-frontend/Source/aboutform.h @@ -18,6 +18,9 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.*/
+#ifndef ABOUTFORM_H
+#define ABOUTFORM_H
+
// Qt
#include <QProcess>
#include <QWidget>
@@ -50,3 +53,6 @@ namespace HeimdallFrontend void HandleHeimdallError(QProcess::ProcessError error);
};
}
+
+#endif
+
|