summaryrefslogtreecommitdiff
path: root/src/uilocker.h
diff options
context:
space:
mode:
authorisanae <14251494+isanae@users.noreply.github.com>2020-11-06 10:51:03 -0500
committerGitHub <noreply@github.com>2020-11-06 10:51:03 -0500
commitb909677c3fc6a7b7a1993d341a2bd420715e292a (patch)
tree8a883011d5e207c31edf9b94ee67bff1827c2ddf /src/uilocker.h
parenta63a27840bfa7b08f295bfe682ebc33d70a613b9 (diff)
parentad8e9d99b30578676c15d10a74f010439e132406 (diff)
Merge pull request #1280 from isanae/command-line
Command line and instance dialogs
Diffstat (limited to 'src/uilocker.h')
-rw-r--r--src/uilocker.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/uilocker.h b/src/uilocker.h
index cc467184..44d9d8a2 100644
--- a/src/uilocker.h
+++ b/src/uilocker.h
@@ -1,4 +1,5 @@
-#pragma once
+#ifndef MODORGANIZER_UILOCKER_INCLUDED
+#define MODORGANIZER_UILOCKER_INCLUDED
#include <QMainWindow>
#include <mutex>
@@ -94,3 +95,5 @@ private:
void enableAll();
void disable(QWidget* w);
};
+
+#endif // MODORGANIZER_UILOCKER_INCLUDED