Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/kdevelop
/ contextUrlList
Method
contextUrlList
kdevplatform/vcs/vcspluginhelper.cpp:190–195 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
188
}
189
190
QList<QUrl> VcsPluginHelper::contextUrlList() const
191
{
192
Q_D(const VcsPluginHelper);
193
194
return d->ctxUrls;
195
}
196
197
QMenu* VcsPluginHelper::commonActions(QWidget* parent)
198
{
Callers
8
contextMenuExtension
Method · 0.80
ctxBranchManager
Method · 0.80
contextMenuExtension
Method · 0.80
contextMenuExtension
Method · 0.80
ctxEdit
Method · 0.80
contextMenuExtension
Method · 0.80
ctxCopy
Method · 0.80
ctxMove
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected