forked from qt-creator/qt-creator
Git: Add actions for changes in output window context menu
Change-Id: I5aa46f87b82670286ac225d71a3a045133976e86 Reviewed-by: Eike Ziller <eike.ziller@qt.io> Reviewed-by: André Hartmann <aha_1980@gmx.de>
This commit is contained in:
committed by
Orgad Shaneh
parent
ab3e2ac0fc
commit
ba87fb2083
@@ -194,6 +194,10 @@ QString IVersionControl::TopicCache::topic(const QString &topLevel)
|
||||
return data.topic = refreshTopic(topLevel);
|
||||
}
|
||||
|
||||
void IVersionControl::fillLinkContextMenu(QMenu *, const QString &, const QString &)
|
||||
{
|
||||
}
|
||||
|
||||
} // namespace Core
|
||||
|
||||
#if defined(WITH_TESTS)
|
||||
|
||||
Reference in New Issue
Block a user