give a default icon
give the "plasma" icon to dialogs. It will be never show, but windowmanagers should complain less
This commit is contained in:
parent
8fcd320f27
commit
042c4d815a
@ -417,6 +417,8 @@ Dialog::Dialog(QQuickItem *parent)
|
||||
setColor(QColor(Qt::transparent));
|
||||
setFlags(Qt::FramelessWindowHint);
|
||||
|
||||
setIcon(QIcon::fromTheme("plasma"));
|
||||
|
||||
d->syncTimer = new QTimer(this);
|
||||
d->syncTimer->setSingleShot(true);
|
||||
d->syncTimer->setInterval(0);
|
||||
|
Loading…
Reference in New Issue
Block a user