projects
/
profile
/
ivi
/
qtbase.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a33d3a7
)
fix wrong comment about #ifdef's end
author
Peter Kümmel
<syntheticpp@gmx.net>
Thu, 22 Nov 2012 22:13:00 +0000
(23:13 +0100)
committer
The Qt Project
<gerrit-noreply@qt-project.org>
Mon, 26 Nov 2012 10:00:07 +0000
(11:00 +0100)
Change-Id: I8a627c01ced1163e3ea72e9e2b1b55da04ca91b2
Reviewed-by: Tasuku Suzuki <stasuku@gmail.com>
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com>
src/corelib/codecs/qisciicodec_p.h
patch
|
blob
|
history
diff --git
a/src/corelib/codecs/qisciicodec_p.h
b/src/corelib/codecs/qisciicodec_p.h
index
a1bc0bf
..
4fd9df6
100644
(file)
--- a/
src/corelib/codecs/qisciicodec_p.h
+++ b/
src/corelib/codecs/qisciicodec_p.h
@@
-76,7
+76,7
@@
private:
int idx;
};
-#endif // QT_NO_
BIG_
CODECS
+#endif // QT_NO_CODECS
QT_END_NAMESPACE