Cleaned up the definition of the stickyClient local

This commit is contained in:
Rachel Mant 2022-06-10 16:50:22 -04:00 committed by Vlad Zahorodnii
parent 0f2fe33ed7
commit 9e9e05f865

View file

@ -223,7 +223,7 @@ void ClientModel::createClientList(int desktop, bool partialReset)
beginResetModel();
m_clientList.clear();
QList<QWeakPointer<TabBoxClient>> stickyClients;
TabBoxClientList stickyClients;
switch (tabBox->config().clientSwitchingMode()) {
case TabBoxConfig::FocusChainSwitching: {