2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-31 14:38:15 +00:00

Text copy from HistoryItem/HistoryMedia/combined is done and tested.

Moved text module to ui/text/ and split it to several modules.
Xcode build currently broken.
This commit is contained in:
John Preston
2016-04-14 14:00:23 +03:00
parent c4a7d48d96
commit 68a9a0a12e
22 changed files with 2781 additions and 2565 deletions

View File

@@ -46,7 +46,7 @@ Copyright (c) 2014-2016 John Preston, https://desktop.telegram.org
#include "ui/popupmenu.h"
#include "ui/scrollarea.h"
#include "ui/images.h"
#include "ui/text.h"
#include "ui/text/text.h"
#include "ui/flatlabel.h"
#include "app.h"