MCPcopy Create free account
hub / github.com/KDE/kdevelop / openDocumentSimple

Method openDocumentSimple

kdevplatform/shell/documentcontroller.cpp:688–691  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

686}
687
688bool DocumentController::openDocumentSimple( QString url, int line, int column )
689{
690 return (bool)openDocument( QUrl::fromUserInput(url), KTextEditor::Cursor( line, column ) );
691}
692
693IDocument* DocumentController::openDocument( const QUrl& inputUrl, const QString& prefName )
694{

Callers

nothing calls this directly

Calls 1

CursorClass · 0.50

Tested by

no test coverage detected