aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/models/credentials_model.h
diff options
context:
space:
mode:
Diffstat (limited to 'ui/qt/models/credentials_model.h')
-rw-r--r--ui/qt/models/credentials_model.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/ui/qt/models/credentials_model.h b/ui/qt/models/credentials_model.h
index 8ef66c6f39..703b7f7ed6 100644
--- a/ui/qt/models/credentials_model.h
+++ b/ui/qt/models/credentials_model.h
@@ -10,6 +10,9 @@
* SPDX-License-Identifier: GPL-2.0-or-later
*/
+#ifndef CREDENTIALS_MODELS_H
+#define CREDENTIALS_MODELS_H
+
#include <QAbstractListModel>
#include <QList>
@@ -46,6 +49,8 @@ private:
};
+#endif // CREDENTIALS_MODELS_H
+
/*
* Editor modelines
*