mirror of
https://github.com/KDE/konsole.git
synced 2026-05-05 05:07:06 -04:00
Add a TODO about implementing support for 'Open Folder in Tabs' with SSH bookmarks.
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=756953
This commit is contained in:
@@ -285,6 +285,7 @@ QString MainWindow::activeSessionDir() const
|
||||
|
||||
void MainWindow::openUrls(const QList<KUrl>& urls)
|
||||
{
|
||||
// TODO Implement support for SSH bookmarks here
|
||||
foreach( const KUrl& url , urls )
|
||||
{
|
||||
if ( url.isLocalFile() )
|
||||
|
||||
Reference in New Issue
Block a user