mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-09-03 16:15:13 +00:00
Updated TDesktop sources to 2.7.1+df73bda
This commit is contained in:
@@ -438,8 +438,7 @@ NotificationsCount::~NotificationsCount() {
|
||||
NotificationsCount::SampleWidget::SampleWidget(
|
||||
NotificationsCount *owner,
|
||||
const QPixmap &cache)
|
||||
: QWidget(Core::App().getModalParent())
|
||||
, _owner(owner)
|
||||
: _owner(owner)
|
||||
, _cache(cache) {
|
||||
const QSize size(
|
||||
cache.width() / cache.devicePixelRatio(),
|
||||
|
Reference in New Issue
Block a user