ClearCase: Don't show Hijack button for dynamic view

The Hijack button (makeWriteableButton) should only
be shown for snapshot views.

Change-Id: I809981885d18b6057d82f73b5104b0f1041cd255
Reviewed-by: Orgad Shaneh <orgads@gmail.com>
Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
This commit is contained in:
Knut Petter Svendsen
2013-02-22 14:02:24 +01:00
parent 4c9d2e5308
commit 0d3b54f410
15 changed files with 56 additions and 18 deletions

View File

@@ -46,4 +46,9 @@ QString IVersionControl::vcsTopic(const QString &)
return QString();
}
IVersionControl::OpenSupportMode IVersionControl::openSupportMode() const
{
return NoOpen;
}
}