Fix coding style

This commit is contained in:
thalieht 2018-04-14 22:53:45 +03:00 committed by sledgehammer999
parent 8707a1bc86
commit 96d9d810fd
No known key found for this signature in database
GPG key ID: 6E4A2D025B7CC9A2
60 changed files with 308 additions and 346 deletions

View file

@ -115,7 +115,7 @@ AdvancedSettings::AdvancedSettings(QWidget *parent)
{
// column
setColumnCount(COL_COUNT);
QStringList header = { tr("Setting"), tr("Value", "Value set for this setting") };
QStringList header = {tr("Setting"), tr("Value", "Value set for this setting")};
setHorizontalHeaderLabels(header);
// row
setRowCount(ROW_COUNT);