Skip to content

KFilePreviewGenerator: fix signal connections

Ahmad Samir requested to merge work/ahmad/kfilepreviewgenerator-cont into master

Due to the scaffolding code in KAbstractItemView, pauseIconUpdates() needs to be still used with SLOT(), add Q_PRIVATE_SLOT() back for it.

Use lambdas with QMetaObject::invokeMethod().

Merge request reports