Use an include guard for qelapsedtimer.h that matches the file name
The class used to be called QTimeStamp before. Change-Id: I6e543f4f131a80299eb5dae78d8852b7899bab8a Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
This commit is contained in:
parent
276f7ee4ad
commit
2b4ce2f0ff
@ -39,8 +39,8 @@
|
||||
**
|
||||
****************************************************************************/
|
||||
|
||||
#ifndef QTIMESTAMP_H
|
||||
#define QTIMESTAMP_H
|
||||
#ifndef QELAPSEDTIMER_H
|
||||
#define QELAPSEDTIMER_H
|
||||
|
||||
#include <QtCore/qglobal.h>
|
||||
|
||||
@ -91,4 +91,4 @@ QT_END_NAMESPACE
|
||||
|
||||
QT_END_HEADER
|
||||
|
||||
#endif // QTIMESTAMP_H
|
||||
#endif // QELAPSEDTIMER_H
|
||||
|
Loading…
Reference in New Issue
Block a user