History log of /haiku/src/apps/mail/QueryList.cpp
Revision Date Author Comments
# f1fafe31 12-Apr-2019 Augustin Cavalier <waddlesplash@gmail.com>

kernel/OS.h: Include sys/types.h instead of pthread.h.

This avoids polluting the namespace significantly. Also adjust
all files which depended on this behavior to include pthread.h
directly.


# a1e25f86 04-Sep-2015 Rene Gollent <rene@gollent.com>

Mail: Fix gcc4 build.

- Fix typo in forward declaration.
- Add missing include for snprintf.
- Add missing virtual destructor on QueryListener abstract class.


# df946869 30-Aug-2015 Axel Dörfler <axeld@pinc-software.de>

Mail: work in progress to use the layout API.


# a1e25f862c57d140edebd329adab26532efbe43d 04-Sep-2015 Rene Gollent <rene@gollent.com>

Mail: Fix gcc4 build.

- Fix typo in forward declaration.
- Add missing include for snprintf.
- Add missing virtual destructor on QueryListener abstract class.


# df946869a12e27082370ec23b9bfc3f2893fe8ab 30-Aug-2015 Axel Dörfler <axeld@pinc-software.de>

Mail: work in progress to use the layout API.