File indexing completed on 2024-05-12 03:54:56

0001 /*
0002     This file is part of the KDE libraries
0003 
0004     SPDX-FileCopyrightText: 2023 Jin Liu <m.liu.jin@gmial.com>
0005 
0006     SPDX-License-Identifier: LGPL-2.0-or-later
0007 */
0008 
0009 #pragma once
0010 
0011 // Internal functions for tests
0012 
0013 namespace KUrlMimeData
0014 {
0015 #if HAVE_QTDBUS
0016 KCOREADDONS_EXPORT bool isDocumentsPortalAvailable();
0017 KCOREADDONS_EXPORT void setSourceId(QMimeData *mimeData);
0018 #endif // HAVE_QTDBUS
0019 }