Suppress Qt 5.15 deprecation warnings

This commit is contained in:
Mat Sutcliffe
2020-05-30 14:53:44 +01:00
parent d4ee4896c1
commit 78987a678f
12 changed files with 29 additions and 13 deletions

View File

@@ -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)