forked from qt-creator/qt-creator
VCS: Rename function
Change-Id: I593e1db222e2124f3db367620171f3a101b4b8eb Reviewed-by: Jarek Kobus <jaroslaw.kobus@qt.io>
This commit is contained in:
committed by
Orgad Shaneh
parent
22c4e9318a
commit
183dfb48a7
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user