forked from qt-creator/qt-creator
Fix Krazy warnings about improper include guard in SSH.
Change-Id: Iacbbdecc7fb3b4d9042c1306f877908a803c29f8 Reviewed-by: Christian Kandeler <christian.kandeler@digia.com>
This commit is contained in:
@@ -27,8 +27,8 @@
|
||||
**
|
||||
****************************************************************************/
|
||||
|
||||
#ifndef SSHCHANNELLAYER_P_H
|
||||
#define SSHCHANNELLAYER_P_H
|
||||
#ifndef SSHCHANNELMANAGER_P_H
|
||||
#define SSHCHANNELMANAGER_P_H
|
||||
|
||||
#include <QHash>
|
||||
#include <QObject>
|
||||
@@ -97,4 +97,4 @@ private:
|
||||
} // namespace Internal
|
||||
} // namespace QSsh
|
||||
|
||||
#endif // SSHCHANNELLAYER_P_H
|
||||
#endif // SSHCHANNELMANAGER_P_H
|
||||
|
||||
Reference in New Issue
Block a user