Astyle formatting

This commit is contained in:
codestation
2013-12-15 09:01:04 -04:30
parent e68f01c858
commit c4eaad6b8c
7 changed files with 10 additions and 12 deletions

View File

@@ -613,7 +613,7 @@ void CmaEvent::vitaEventGetSettingInfo(vita_event_t *event, int eventId)
settings.setValue("lastOnlineId", settingsinfo->current_account.userName);
if(settings.value("lastAccountId").toString() != settingsinfo->current_account.accountId) {
db->setUUID(settingsinfo->current_account.accountId);
db->setUUID(settingsinfo->current_account.accountId);
// set the database to be updated ASAP
emit refreshDatabase();
}