aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/debugger/stackwindow.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/debugger/stackwindow.h')
-rw-r--r--src/plugins/debugger/stackwindow.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/plugins/debugger/stackwindow.h b/src/plugins/debugger/stackwindow.h
index 3dbfb3740d..7a44c996a4 100644
--- a/src/plugins/debugger/stackwindow.h
+++ b/src/plugins/debugger/stackwindow.h
@@ -23,8 +23,7 @@
**
****************************************************************************/
-#ifndef DEBUGGER_STACKWINDOW_H
-#define DEBUGGER_STACKWINDOW_H
+#pragma once
#include <utils/basetreeview.h>
#include <QCoreApplication>
@@ -50,6 +49,3 @@ private:
} // namespace Internal
} // namespace Debugger
-
-#endif // DEBUGGER_STACKWINDOW_H
-