forked from qt-creator/qt-creator
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:
committed by
Orgad Shaneh
parent
4eb2224f47
commit
ec9b42fe98
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user