Git: Add override

Change-Id: Iae0779c1efa8b3b46cf504f7bda00d614a4a157e
Reviewed-by: André Hartmann <aha_1980@gmx.de>
This commit is contained in:
Orgad Shaneh
2015-04-12 22:55:59 +03:00
committed by Orgad Shaneh
parent aedfbd5710
commit 4eb2224f47
22 changed files with 79 additions and 79 deletions

View File

@@ -58,7 +58,7 @@ public:
GitSubmitFileModel(QObject *parent = 0) : SubmitFileModel(parent)
{ }
void updateSelections(SubmitFileModel *source)
void updateSelections(SubmitFileModel *source) override
{
QTC_ASSERT(source, return);
GitSubmitFileModel *gitSource = static_cast<GitSubmitFileModel *>(source);