kepka/Telegram/SourceFiles/chat_helpers
Alex 69661217d2
Remove PCH (#148)
This commit brings many changes:

1. Remove cotire;
2. Remove PCH files (stdafx.xxx) and mentions;
3. Rearrange and clean includes:
3.1. Remove core includes path, use full header path core/xxx;
3.2. Move object_ptr to separate file base/object_ptr.h;
3.3. Add missing includes;
5. Add forward decls;
6. Get rid of some Qt private parts;
7. Fix ALL compilation errors after removing cotire on Windows, Linux, MacOS.

Closes #133.
Related to #96.
2018-06-04 16:25:31 +03:00
..
bot_keyboard.cpp Remove PCH (#148) 2018-06-04 16:25:31 +03:00
bot_keyboard.h Remove PCH (#148) 2018-06-04 16:25:31 +03:00
chat_helpers.style Update faved sticker / saved GIF remove button. 2017-09-05 19:34:36 +03:00
emoji_list_widget.cpp Remove PCH (#148) 2018-06-04 16:25:31 +03:00
emoji_list_widget.h Replace non-standard types with Qt equivalents 2017-12-20 14:38:02 +02:00
emoji_suggestions_helper.h Replace non-standard types with Qt equivalents 2017-12-20 14:38:02 +02:00
emoji_suggestions_widget.cpp Remove PCH (#148) 2018-06-04 16:25:31 +03:00
emoji_suggestions_widget.h Remove PCH (#148) 2018-06-04 16:25:31 +03:00
field_autocomplete.cpp Remove PCH (#148) 2018-06-04 16:25:31 +03:00
field_autocomplete.h Remove PCH (#148) 2018-06-04 16:25:31 +03:00
gifs_list_widget.cpp Remove PCH (#148) 2018-06-04 16:25:31 +03:00
gifs_list_widget.h Replace non-standard types with Qt equivalents 2017-12-20 14:38:02 +02:00
message_field.cpp Remove PCH (#148) 2018-06-04 16:25:31 +03:00
message_field.h Replace gsl::not_null<T*> with just not_null<T*>. 2017-08-30 19:15:41 +03:00
stickers.cpp Replace non-standard types with Qt equivalents 2017-12-20 14:38:02 +02:00
stickers.h Replace non-standard types with Qt equivalents 2017-12-20 14:38:02 +02:00
stickers_list_widget.cpp Remove PCH (#148) 2018-06-04 16:25:31 +03:00
stickers_list_widget.h Remove PCH (#148) 2018-06-04 16:25:31 +03:00
tabbed_panel.cpp Remove PCH (#148) 2018-06-04 16:25:31 +03:00
tabbed_panel.h Remove PCH (#148) 2018-06-04 16:25:31 +03:00
tabbed_section.cpp Replace non-standard types with Qt equivalents 2017-12-20 14:38:02 +02:00
tabbed_section.h Replace non-standard types with Qt equivalents 2017-12-20 14:38:02 +02:00
tabbed_selector.cpp Remove PCH (#148) 2018-06-04 16:25:31 +03:00
tabbed_selector.h Replace non-standard types with Qt equivalents 2017-12-20 14:38:02 +02:00