2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-31 14:45:14 +00:00

Move Image and derived to ui/image.

This commit is contained in:
John Preston
2018-10-11 18:54:57 +03:00
parent d56a3d015b
commit 113f665295
48 changed files with 1917 additions and 1776 deletions

View File

@@ -44,6 +44,7 @@ https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL
#include "ui/widgets/tooltip.h"
#include "ui/text_options.h"
#include "ui/emoji_config.h"
#include "ui/image.h"
#include "storage/serialize_common.h"
#include "window/window_controller.h"
#include "base/qthelp_regex.h"
@@ -1123,7 +1124,7 @@ void Messenger::loggedOut() {
Local::reset();
cSetOtherOnline(0);
clearStorageImages();
Images::ClearRemote();
}
QPoint Messenger::getPointForCallPanelCenter() const {