s/emit/Q_EMIT

This commit is contained in:
Carl Schwan
2020-11-03 12:03:06 +01:00
parent 4af7c14110
commit ce69506cf6
15 changed files with 59 additions and 59 deletions

View File

@@ -47,7 +47,7 @@ void AccountListModel::setController(Controller *value)
m_connections.erase(it);
endRemoveRows();
});
emit controllerChanged();
Q_EMIT controllerChanged();
}
QVariant AccountListModel::data(const QModelIndex &index, int role) const