Reformat some files according to .clang-format
This commit is contained in:
@@ -135,7 +135,8 @@ QVBoxLayout *SettingsDialog::createAccountsTab()
|
||||
|
||||
// Select the currently logged in user
|
||||
if (listWidget->count() > 0) {
|
||||
const QString ¤tUsername = AccountManager::getInstance().Twitch.getCurrent()->getUserName();
|
||||
const QString ¤tUsername =
|
||||
AccountManager::getInstance().Twitch.getCurrent()->getUserName();
|
||||
for (int i = 0; i < listWidget->count(); ++i) {
|
||||
QString itemText = listWidget->item(i)->text();
|
||||
if (itemText.compare(currentUsername, Qt::CaseInsensitive) == 0) {
|
||||
|
||||
Reference in New Issue
Block a user