Advertisement
Guest User

okular qurl patch

a guest
Feb 13th, 2016
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 0.33 KB | None | 0 0
  1. --- a/shell/shell.cpp
  2. +++ b/shell/shell.cpp
  3. @@ -203,7 +203,7 @@ bool Shell::openDocument( const QString& urlString, const QString &serializedOpt
  4.          return false;
  5.      }
  6.  
  7. -    openUrl( QUrl( urlString, QUrl::StrictMode) , serializedOptions );
  8. +    openUrl( QUrl( urlString) , serializedOptions );
  9.  
  10.      return true;
  11.  }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement