mirror of
https://github.com/KDE/latte-dock.git
synced 2025-01-11 13:18:13 +03:00
semantic improvements
This commit is contained in:
parent
2385e593d2
commit
52c8673aad
@ -274,10 +274,10 @@ void DockCorona::screenRemoved(QScreen *screen)
|
||||
|
||||
void DockCorona::screenCountChanged()
|
||||
{
|
||||
QTimer::singleShot(2500, this, &DockCorona::screenCountChangedTimer);
|
||||
QTimer::singleShot(2500, this, &DockCorona::syncDockViews);
|
||||
}
|
||||
|
||||
void DockCorona::screenCountChangedTimer()
|
||||
void DockCorona::syncDockViews()
|
||||
{
|
||||
qDebug() << "screen count changed -+-+ " << qGuiApp->screens().size();
|
||||
|
||||
|
@ -86,7 +86,7 @@ private slots:
|
||||
void primaryOutputChanged();
|
||||
void screenRemoved(QScreen *screen);
|
||||
void screenCountChanged();
|
||||
void screenCountChangedTimer();
|
||||
void syncDockViews();
|
||||
|
||||
private:
|
||||
bool appletExists(uint containmentId, uint appletId) const;
|
||||
|
Loading…
Reference in New Issue
Block a user