Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
Ayuda
Iniciar sesión
Karathan
/
pretmap
espejo de
https://github.com/SBird1337/pretmap
Seguir
1
Destacar
0
Cuchillo
0
Código
Incidencias
0
Lanzamientos
0
Wiki
Actividad
Explorar el Código
Need to include QMap in parseutil.h
yenatch
hace 6 años
padre
ae4158ce7b
commit
7f74b3b481
Se han
modificado 1 ficheros
con
1 adiciones
y
0 borrados
Dividir vista
Mostrar estadísticas de diff
1
0
parseutil.h
+ 1
- 0
parseutil.h
Ver fichero
@@ -3,6 +3,7 @@
3
3
4
4
#include <QString>
5
5
#include <QList>
6
+#include <QMap>
6
7
7
8
enum TokenType {
8
9
Number,