Remove twidget header.
This commit is contained in:
@@ -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) {
|
||||
|
||||
@@ -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 {
|
||||
|
||||
@@ -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 {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user