Remove twidget header.

This commit is contained in:
John Preston
2019-09-13 15:22:54 +03:00
parent e2f54eb3e9
commit c5845f17ae
188 changed files with 1070 additions and 907 deletions

View File

@@ -122,7 +122,7 @@ void PeerListWidget::paintItem(Painter &p, int x, int y, Item *item, bool select
}
void PeerListWidget::paintItemRect(Painter &p, int x, int y, int w, int h) const {
p.fillRect(rtlrect(x, y, w, h, width()), _st.button.textBgOver);
p.fillRect(style::rtlrect(x, y, w, h, width()), _st.button.textBgOver);
}
void PeerListWidget::mouseMoveEvent(QMouseEvent *e) {

View File

@@ -7,6 +7,7 @@ https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL
*/
#include "profile/profile_cover_drop_area.h"
#include "ui/ui_utility.h"
#include "styles/style_profile.h"
namespace Profile {

View File

@@ -8,6 +8,7 @@ https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL
#pragma once
#include "ui/effects/animations.h"
#include "ui/rp_widget.h"
namespace Profile {