comparison: src/messagelog.h
src/messagelog.h
- changeset 541
- 0e38beeb050a
- parent 540
- 0334789cb4d7
- child 600
- 209e3f1f7b2c
equal
deleted
inserted
replaced
19 #ifndef LDFORGE_MESSAGELOG_H |
19 #ifndef LDFORGE_MESSAGELOG_H |
20 #define LDFORGE_MESSAGELOG_H |
20 #define LDFORGE_MESSAGELOG_H |
21 |
21 |
22 #include <QObject> |
22 #include <QObject> |
23 #include <QDate> |
23 #include <QDate> |
24 #include "common.h" |
24 #include "main.h" |
25 #include "types.h" |
25 #include "types.h" |
26 |
26 |
27 class GLRenderer; |
27 class GLRenderer; |
28 class QTimer; |
28 class QTimer; |
29 |
29 |