Changed QOverload to qOverload.

This commit is contained in:
Mat Sutcliffe
2019-01-03 01:59:48 +00:00
parent 03e68de890
commit 80308b85d5
4 changed files with 6 additions and 6 deletions

View File

@@ -77,7 +77,7 @@ namespace BlackGui
readSettings();
// Connect them after settings are read. Otherwise they get called.
connect(ui->cb_FileWritingMode, QOverload<int>::of(&QComboBox::currentIndexChanged), this, &CRawFsdMessagesComponent::changeFileWritingMode);
connect(ui->cb_FileWritingMode, qOverload<int>(&QComboBox::currentIndexChanged), this, &CRawFsdMessagesComponent::changeFileWritingMode);
}
void CRawFsdMessagesComponent::enableDisableRawFsdMessages()