Fix indentation

remotes/origin/work/2004_421508
Albert Astals Cid 6 years ago
parent 040e11c52b
commit 98570d3633
  1. 2
      shell/okular_main.cpp

@ -109,7 +109,7 @@ static bool attachExistingInstance(const QStringList &paths, const QString &seri
// Returns false if it can't fit another document
const QDBusReply<bool> reply = bestService->call( QStringLiteral("openDocument"), path, serializedOptions );
if( !reply.isValid() || !reply.value() )
return false;
return false;
}
bestService->call( QStringLiteral("tryRaise") );

Loading…
Cancel
Save