VCS: Rename function

Change-Id: I593e1db222e2124f3db367620171f3a101b4b8eb
Reviewed-by: Jarek Kobus <jaroslaw.kobus@qt.io>
This commit is contained in:
Orgad Shaneh
2022-10-14 14:41:39 +03:00
committed by Orgad Shaneh
parent 22c4e9318a
commit 183dfb48a7
3 changed files with 3 additions and 3 deletions

View File

@@ -645,7 +645,7 @@ bool SubmitEditorWidget::canSubmit(QString *whyNot) const
return res;
}
bool SubmitEditorWidget::edited() const
bool SubmitEditorWidget::isEdited() const
{
return !d->m_description.trimmed().isEmpty() || checkedFilesCount() > 0;
}