| 691 | } |
| 692 | |
| 693 | IDocument* DocumentController::openDocument( const QUrl& inputUrl, const QString& prefName ) |
| 694 | { |
| 695 | Q_D(DocumentController); |
| 696 | |
| 697 | return d->openDocumentInternal( inputUrl, prefName ); |
| 698 | } |
| 699 | |
| 700 | IDocument* DocumentController::openDocument( const QUrl & inputUrl, |
| 701 | const KTextEditor::Range& range, |