mirror of
https://github.com/tumic0/GPXSee.git
synced 2024-11-24 03:35:53 +01:00
Coe cleanup
This commit is contained in:
parent
0d79dca72e
commit
e73b9f36c5
@ -19,9 +19,9 @@ public:
|
|||||||
private:
|
private:
|
||||||
#if QT_VERSION < QT_VERSION_CHECK(6, 0, 0) || defined(Q_OS_ANDROID)
|
#if QT_VERSION < QT_VERSION_CHECK(6, 0, 0) || defined(Q_OS_ANDROID)
|
||||||
QTextCodec *_codec;
|
QTextCodec *_codec;
|
||||||
#else // QT 6.5
|
#else // QT 6 || ANDROID
|
||||||
QStringDecoder _decoder;
|
QStringDecoder _decoder;
|
||||||
#endif // QT 6.5
|
#endif // QT 6 || ANDROID
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif // TEXTCODEC_H
|
#endif // TEXTCODEC_H
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#ifndef DEMFILE_H
|
#ifndef IMG_DEMFILE_H
|
||||||
#define DEMFILE_H
|
#define IMG_DEMFILE_H
|
||||||
|
|
||||||
#include "common/rtree.h"
|
#include "common/rtree.h"
|
||||||
#include "subfile.h"
|
#include "subfile.h"
|
||||||
@ -55,4 +55,4 @@ private:
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif // DEMFILE_H
|
#endif // IMG_DEMFILE_H
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#ifndef DEMTILE_H
|
#ifndef IMG_DEMTILE_H
|
||||||
#define DEMTILE_H
|
#define IMG_DEMTILE_H
|
||||||
|
|
||||||
#include "common/rectc.h"
|
#include "common/rectc.h"
|
||||||
|
|
||||||
@ -33,4 +33,4 @@ private:
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif // DEMTILE_H
|
#endif // IMG_DEMTILE_H
|
||||||
|
Loading…
Reference in New Issue
Block a user