KIO

openwithhandlerinterface.cpp
1/*
2 This file is part of the KDE libraries
3 SPDX-FileCopyrightText: 2020 David Faure <faure@kde.org>
4
5 SPDX-License-Identifier: LGPL-2.0-only OR LGPL-3.0-only OR LicenseRef-KDE-Accepted-LGPL
6*/
7
8#include "openwithhandlerinterface.h"
9
10#include "kiocoredebug.h"
11#include <QFile>
12#include <QSaveFile>
13
14using namespace KIO;
15
16class KIO::OpenWithHandlerInterfacePrivate
17{
18};
19
24
26
28{
29 Q_UNUSED(job)
30 Q_UNUSED(urls)
31 Q_UNUSED(mimeType)
33}
34
35#include "moc_openwithhandlerinterface.cpp"
void canceled()
Emitted by promptUserForApplication() if the user canceled the application selection dialog.
OpenWithHandlerInterface(QObject *parent=nullptr)
Constructor.
~OpenWithHandlerInterface() override
Destructor.
virtual void promptUserForApplication(KJob *job, const QList< QUrl > &urls, const QString &mimeType)
Show the "Open With" dialog.
A namespace for KIO globals.
Q_EMITQ_EMIT
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Tue Mar 26 2024 11:18:52 by doxygen 1.10.0 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.