|
|
@ -340,10 +340,8 @@ void GlobalSettings::exportConfiguration()
|
|
|
|
notification->setText(i18nc("import/export config", "Configuration exported successfully"));
|
|
|
|
notification->setText(i18nc("import/export config", "Configuration exported successfully"));
|
|
|
|
|
|
|
|
|
|
|
|
connect(notification, &KNotification::action1Activated
|
|
|
|
connect(notification, &KNotification::action1Activated
|
|
|
|
, this, [&file]() {
|
|
|
|
, this, [file]() {
|
|
|
|
QDir path(file);
|
|
|
|
QDesktopServices::openUrl({QFileInfo(file).canonicalPath()});
|
|
|
|
path.cdUp();
|
|
|
|
|
|
|
|
QDesktopServices::openUrl({path.absolutePath()});
|
|
|
|
|
|
|
|
});
|
|
|
|
});
|
|
|
|
|
|
|
|
|
|
|
|
notification->sendEvent();
|
|
|
|
notification->sendEvent();
|
|
|
|