Cleaned up the definition of the stickyClient local
This commit is contained in:
parent
0f2fe33ed7
commit
9e9e05f865
1 changed files with 1 additions and 1 deletions
|
@ -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: {
|
||||
|
|
Loading…
Reference in a new issue