|
|
|
@ -554,7 +554,7 @@ bool SolidDeviceEngine::updateStorageSpace(const QString &udi) |
|
|
|
QTimer *timer = new QTimer(this); |
|
|
|
QTimer *timer = new QTimer(this); |
|
|
|
timer->setSingleShot(true); |
|
|
|
timer->setSingleShot(true); |
|
|
|
connect(timer, &QTimer::timeout, [path]() { |
|
|
|
connect(timer, &QTimer::timeout, [path]() { |
|
|
|
KNotification::event(KNotification::Error, i18n("Filesystem is not responding", path), |
|
|
|
KNotification::event(KNotification::Error, i18n("Filesystem is not responding"), |
|
|
|
i18n("Filesystem mounted at '%1' is not responding", path)); |
|
|
|
i18n("Filesystem mounted at '%1' is not responding", path)); |
|
|
|
}); |
|
|
|
}); |
|
|
|
|
|
|
|
|
|
|
|
|