1 | /* |
---|---|
2 | This file is part of the KDE libraries |
3 | |
4 | SPDX-FileCopyrightText: 2023 Jin Liu <m.liu.jin@gmial.com> |
5 | |
6 | SPDX-License-Identifier: LGPL-2.0-or-later |
7 | */ |
8 | |
9 | #pragma once |
10 | |
11 | // Internal functions for tests |
12 | |
13 | namespace KUrlMimeData |
14 | { |
15 | #if HAVE_QTDBUS |
16 | KCOREADDONS_EXPORT bool isDocumentsPortalAvailable(); |
17 | KCOREADDONS_EXPORT void setSourceId(QMimeData *mimeData); |
18 | #endif // HAVE_QTDBUS |
19 | } |
20 |