diff options
Diffstat (limited to 'src/libs/ssh/sshlogging_p.h')
-rw-r--r-- | src/libs/ssh/sshlogging_p.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/libs/ssh/sshlogging_p.h b/src/libs/ssh/sshlogging_p.h index 7955efe982..07815313e5 100644 --- a/src/libs/ssh/sshlogging_p.h +++ b/src/libs/ssh/sshlogging_p.h @@ -23,8 +23,7 @@ ** ****************************************************************************/ -#ifndef SSHLOGGING_P_H -#define SSHLOGGING_P_H +#pragma once #include <QLoggingCategory> @@ -33,5 +32,3 @@ namespace Internal { Q_DECLARE_LOGGING_CATEGORY(sshLog) } // namespace Internal } // namespace QSsh - -#endif // Include guard |