semantic improvements

pull/1/head
Michail Vourlakos 8 years ago
parent 2385e593d2
commit 52c8673aad

@ -274,10 +274,10 @@ void DockCorona::screenRemoved(QScreen *screen)
void DockCorona::screenCountChanged() 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(); qDebug() << "screen count changed -+-+ " << qGuiApp->screens().size();

@ -86,7 +86,7 @@ private slots:
void primaryOutputChanged(); void primaryOutputChanged();
void screenRemoved(QScreen *screen); void screenRemoved(QScreen *screen);
void screenCountChanged(); void screenCountChanged();
void screenCountChangedTimer(); void syncDockViews();
private: private:
bool appletExists(uint containmentId, uint appletId) const; bool appletExists(uint containmentId, uint appletId) const;

Loading…
Cancel
Save