mirror of
https://bitbucket.org/smil3y/kde-extraapps.git
synced 2025-02-23 18:32:53 +00:00
okular: remove check for kpdfpartrc config
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
038b6c5c05
commit
3d258ccab2
1 changed files with 0 additions and 7 deletions
|
@ -304,13 +304,6 @@ m_cliPresentation(false), m_cliPrint(false), m_embedMode(detectEmbedMode(parentW
|
|||
if ( configFileName.isEmpty() )
|
||||
{
|
||||
configFileName = KStandardDirs::locateLocal( "config", "okularpartrc" );
|
||||
// first necessary step: copy the configuration from kpdf, if available
|
||||
if ( !QFile::exists( configFileName ) )
|
||||
{
|
||||
QString oldkpdfconffile = KStandardDirs::locateLocal( "config", "kpdfpartrc" );
|
||||
if ( QFile::exists( oldkpdfconffile ) )
|
||||
QFile::copy( oldkpdfconffile, configFileName );
|
||||
}
|
||||
}
|
||||
Okular::Settings::instance( configFileName );
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue