Cleanup comment typos
This commit is contained in:
parent
c27932ea07
commit
d14a00b8e1
1 changed files with 1 additions and 1 deletions
|
@ -219,7 +219,7 @@ PlasmaVirtualDesktopInterface *PlasmaVirtualDesktopManagementInterface::createDe
|
|||
}
|
||||
|
||||
d->desktops.insert(actualPosition, desktop);
|
||||
//NOTE: this in case the desktop has been deleted but not trough removedesktop
|
||||
//NOTE: this in case the desktop has been deleted but not through removeDesktop
|
||||
connect(desktop, &QObject::destroyed, this,
|
||||
[this, id] {
|
||||
Q_D();
|
||||
|
|
Loading…
Reference in a new issue