comparison: src/main.h
src/main.h
- changeset 554
- 2478a6b3106d
- parent 549
- 715d9a7f6598
- child 557
- 04e140bdeb0b
equal
deleted
inserted
replaced
43 #include <stdio.h> |
43 #include <stdio.h> |
44 #include <stdlib.h> |
44 #include <stdlib.h> |
45 #include <stdint.h> |
45 #include <stdint.h> |
46 #include <stdarg.h> |
46 #include <stdarg.h> |
47 #include <QString> |
47 #include <QString> |
48 #include <QMutex> |
|
49 #include <QTextFormat> |
48 #include <QTextFormat> |
50 |
49 |
51 #include "property.h" |
50 #include "property.h" |
52 #include "config.h" |
51 #include "config.h" |
53 |
52 |