[dolphin] [Bug 448532] Dolphin crashed while copying files to external hard drive

Méven Car bugzilla_noreply at kde.org
Sat Dec 16 10:01:51 GMT 2023


https://bugs.kde.org/show_bug.cgi?id=448532

--- Comment #19 from Méven Car <meven29 at gmail.com> ---
(In reply to Duncan from comment #18)
> (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

Thank you for reporting this.

I have a fix https://invent.kde.org/frameworks/kio/-/merge_requests/1515

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the kfm-devel mailing list