mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-04 16:56:53 +08:00
Suppress Qt 5.15 deprecation warnings
This commit is contained in:
@@ -388,7 +388,7 @@ namespace BlackGui
|
||||
void CHotkeyDialog::selectAction()
|
||||
{
|
||||
if (m_actionHotkey.getAction().isEmpty()) { return; }
|
||||
const QStringList tokens = m_actionHotkey.getAction().split("/", QString::SkipEmptyParts);
|
||||
const QStringList tokens = m_actionHotkey.getAction().split("/", Qt::SkipEmptyParts);
|
||||
QModelIndex parentIndex = QModelIndex();
|
||||
|
||||
for (const QString &token : tokens)
|
||||
|
||||
Reference in New Issue
Block a user