aboutsummaryrefslogtreecommitdiffstats
path: root/src/tools/sdktool/operation.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/tools/sdktool/operation.h')
-rw-r--r--src/tools/sdktool/operation.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/tools/sdktool/operation.h b/src/tools/sdktool/operation.h
index 7f51f08978..ad2062cf8f 100644
--- a/src/tools/sdktool/operation.h
+++ b/src/tools/sdktool/operation.h
@@ -23,8 +23,7 @@
**
****************************************************************************/
-#ifndef OPERATION_H
-#define OPERATION_H
+#pragma once
#include <utils/fileutils.h>
@@ -66,5 +65,3 @@ public:
static QVariant valueFromString(const QString &v);
static QString makeUnique(const QString &name, const QStringList &inUse);
};
-
-#endif // OPERATION_H