summaryrefslogtreecommitdiff
path: root/src/envshortcut.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/envshortcut.h')
-rw-r--r--src/envshortcut.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/envshortcut.h b/src/envshortcut.h
index 82eea191..a05528d9 100644
--- a/src/envshortcut.h
+++ b/src/envshortcut.h
@@ -1,3 +1,6 @@
+#ifndef ENV_SHORTCUT_H
+#define ENV_SHORTCUT_H
+
#include <QString>
class Executable;
@@ -103,3 +106,5 @@ private:
QString toString(Shortcut::Locations loc);
} // namespace
+
+#endif // ENV_SHORTCUT_H