KIO
untrustedprogramhandlerinterface.h
virtual void showUntrustedProgramWarning(KJob *job, const QString &programName)
Show a warning to the user about the program not being trusted for execution.
Definition untrustedprogramhandlerinterface.cpp:26
bool makeServiceFileExecutable(const QString &fileName, QString &errorString)
Helper function that attempts to make a desktop file executable.
Definition untrustedprogramhandlerinterface.cpp:33
UntrustedProgramHandlerInterface(QObject *parent=nullptr)
Constructor.
Definition untrustedprogramhandlerinterface.cpp:16
bool setExecuteBit(const QString &fileName, QString &errorString)
Helper function that attempts to set execute bit for given file.
Definition untrustedprogramhandlerinterface.cpp:103
void result(bool confirmed)
Implementations of this interface must emit result in showUntrustedProgramWarning.
QObject(QObject *parent)
Q_OBJECTQ_OBJECT
Q_SIGNALSQ_SIGNALS
QObject * parent() const const
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 24 2025 11:49:37 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 24 2025 11:49:37 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.