testlib: Fix header guard files
Change-Id: Ia33423f9bd3f85259da908706d73cc2da4d8964d Reviewed-on: http://codereview.qt-project.org/5937 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Jason McDonald <jason.mcdonald@nokia.com>bb10
parent
9d2ff58f36
commit
22948130e8
|
|
@ -39,8 +39,8 @@
|
|||
**
|
||||
****************************************************************************/
|
||||
|
||||
#ifndef QBENCHMARK_MEASUREMENT_P_H
|
||||
#define QBENCHMARK_MEASUREMENT_P_H
|
||||
#ifndef QBENCHMARKMEASUREMENT_P_H
|
||||
#define QBENCHMARKMEASUREMENT_P_H
|
||||
|
||||
//
|
||||
// W A R N I N G
|
||||
|
|
@ -113,4 +113,4 @@ private:
|
|||
|
||||
QT_END_NAMESPACE
|
||||
|
||||
#endif // QBENCHMARK_MEASUREMENT_P_H
|
||||
#endif // QBENCHMARKMEASUREMENT_P_H
|
||||
|
|
|
|||
|
|
@ -39,7 +39,7 @@
|
|||
**
|
||||
****************************************************************************/
|
||||
|
||||
#if !defined(QTESTKEYBOARD_H)
|
||||
#ifndef QTESTKEYBOARD_H
|
||||
#define QTESTKEYBOARD_H
|
||||
|
||||
#if 0
|
||||
|
|
|
|||
|
|
@ -39,7 +39,7 @@
|
|||
**
|
||||
****************************************************************************/
|
||||
|
||||
#if !defined(QTESTMOUSE_H)
|
||||
#ifndef QTESTMOUSE_H
|
||||
#define QTESTMOUSE_H
|
||||
|
||||
#if 0
|
||||
|
|
|
|||
|
|
@ -39,8 +39,8 @@
|
|||
**
|
||||
****************************************************************************/
|
||||
|
||||
#ifndef QTESTLOGGER_P_H
|
||||
#define QTESTLOGGER_P_H
|
||||
#ifndef QXUNITTESTLOGGER_P_H
|
||||
#define QXUNITTESTLOGGER_P_H
|
||||
|
||||
//
|
||||
// W A R N I N G
|
||||
|
|
@ -93,4 +93,4 @@ class QXunitTestLogger : public QAbstractTestLogger
|
|||
|
||||
QT_END_NAMESPACE
|
||||
|
||||
#endif // QTESTLOGGER_P_H
|
||||
#endif // QXUNITTESTLOGGER_P_H
|
||||
|
|
|
|||
Loading…
Reference in New Issue