mirror of
https://invent.kde.org/system/dolphin
synced 2024-11-05 18:47:12 +00:00
Fix slot name.
svn path=/trunk/KDE/kdebase/apps/; revision=820179
This commit is contained in:
parent
ff16406a9a
commit
fabcfcf02e
1 changed files with 1 additions and 1 deletions
|
@ -316,7 +316,7 @@ bool NSPluginLoader::loadViewer()
|
|||
_viewerDBusId =tmp.toLatin1();
|
||||
|
||||
connect( &_process, SIGNAL(finished(int, QProcess::ExitStatus)),
|
||||
this, SLOT(processTerminated(int , QProcess::ExitStatus)) );
|
||||
this, SLOT(processTerminated()) );
|
||||
|
||||
// find the external viewer process
|
||||
QString viewer = KGlobal::dirs()->findExe("nspluginviewer");
|
||||
|
|
Loading…
Reference in a new issue