[dolphin] [Bug 448532] Dolphin crashed while copying files to external hard drive
Duncan
bugzilla_noreply at kde.org
Sat Dec 16 08:53:09 GMT 2023
https://bugs.kde.org/show_bug.cgi?id=448532
Duncan <1i5t5.duncan at cox.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |REOPENED
CC| |1i5t5.duncan at cox.net
Resolution|FIXED |---
--- Comment #18 from Duncan <1i5t5.duncan at cox.net> ---
(In reply to Méven Car from comment #17)
> Git commit 6bea074739d5a75920d5540bc266549df5642511 by Méven Car, on behalf
> of Akseli Lahtinen.
> Committed on 15/12/2023 at 09:48.
> Pushed by meven into branch 'kf5'.
>
> WidgetsAskUserActionHandler: Use QPointer to check the validity of parent
> widgets
This commit breaks a (kf5) kio rebuild (kf6 kio is fine at 25add040d, which
includes the parallel bdef648ed from a couple weeks ago), at least on a hybrid
kf5/kf6 system updating from yesterday using the gentoo/kde overlay. Occurs
immediately after [381/472] in the build process. The errors are below.
(5.239.9999 is gentoo/kde's pseudo-version used for the kf5 frameworks live-git
slot.)
../kio-5.239.9999/src/widgets/widgetsaskuseractionhandler.cpp: In member
function 'virtual void
KIO::WidgetsAskUserActionHandler::requestUserMessageBox(KIO::AskUserActionInterface::MessageDialogType,
const QString&, const QString&, const QString&, const QString&, const QString&,
const QString&, const QString&, const QString&, const KIO::MetaData&,
QWidget*)':
../kio-5.239.9999/src/widgets/widgetsaskuseractionhandler.cpp:411:42: error:
'parentWidget' was not declared in this scope
411 | d->sslMessageBox(text, metaData, parentWidget);
| ^~~~~~~~~~~~
../kio-5.239.9999/src/widgets/widgetsaskuseractionhandler.cpp: In member
function 'void KIO::WidgetsAskUserActionHandlerPrivate::sslMessageBox(const
QString&, const KIO::MetaData&, QWidget*)':
../kio-5.239.9999/src/widgets/widgetsaskuseractionhandler.cpp:491:29: error:
'd' was not declared in this scope
491 | QWidget *parentWidget = d->getParentWidget(parent);
| ^
ninja: subcommand failed
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the kfm-devel
mailing list