mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-26 14:23:09 +00:00
initialize timer before wayland connection
This commit is contained in:
parent
bdb041f905
commit
410c1123d1
1 changed files with 1 additions and 1 deletions
|
|
@ -41,11 +41,11 @@ TaskPanel::TaskPanel(QObject *parent, const QVariantList &args)
|
|||
, m_windowManagement(nullptr)
|
||||
{
|
||||
setHasConfigurationInterface(true);
|
||||
initWayland();
|
||||
m_activeTimer = new QTimer(this);
|
||||
m_activeTimer->setSingleShot(true);
|
||||
m_activeTimer->setInterval(250);
|
||||
connect(m_activeTimer, &QTimer::timeout, this, &TaskPanel::updateActiveWindow);
|
||||
initWayland();
|
||||
}
|
||||
|
||||
TaskPanel::~TaskPanel()
|
||||
|
|
|
|||
Loading…
Reference in a new issue