aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/coreplugin/messagebox.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/coreplugin/messagebox.h')
-rw-r--r--src/plugins/coreplugin/messagebox.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/plugins/coreplugin/messagebox.h b/src/plugins/coreplugin/messagebox.h
index 3ced8ea3a5..b679636d1f 100644
--- a/src/plugins/coreplugin/messagebox.h
+++ b/src/plugins/coreplugin/messagebox.h
@@ -23,8 +23,7 @@
**
****************************************************************************/
-#ifndef MESSAGEBOX_H
-#define MESSAGEBOX_H
+#pragma once
#include "core_global.h"
@@ -40,6 +39,3 @@ namespace AsynchronousMessageBox {
CORE_EXPORT void critical(const QString &title, const QString &desciption);
}
}
-
-#endif // MESSAGEBOX_H
-