Git: Fix filtering of date/time in blame

Was broken in 07d6757ca8.

Change-Id: I2372d3856d52c01949554aed6ed133de8eabd814
Reviewed-by: André Hartmann <aha_1980@gmx.de>
This commit is contained in:
Orgad Shaneh
2015-04-12 23:00:36 +03:00
committed by Orgad Shaneh
parent 4eb2224f47
commit ec9b42fe98
4 changed files with 10 additions and 3 deletions

View File

@@ -1386,6 +1386,11 @@ void VcsBaseEditorWidget::setCommand(VcsCommand *command)
}
}
void VcsBaseEditorWidget::setPlainText(const QString &text)
{
TextEditorWidget::setPlainText(text);
}
// Find the complete file from a diff relative specification.
QString VcsBaseEditorWidget::findDiffFile(const QString &f) const
{