Merge remote-tracking branch 'origin/KDE/4.14'

remotes/origin/Applications/14.12
Albert Astals Cid 12 years ago
commit 9186a4e8b9
  1. 4
      shell/main.cpp

@ -104,6 +104,10 @@ static bool attachExistingInstance( KCmdLineArgs* args )
arg = tempFile->fileName();
}
else
{
arg = args->url( i ).url();
}
// Returns false if it can't fit another document
const QDBusReply<bool> reply = bestService->call( "openDocument", arg );

Loading…
Cancel
Save