Krita Source Code Documentation
Loading...
Searching...
No Matches
KisAndroidLogHandler.h
Go to the documentation of this file.
1/*
2 * SPDX-FileCopyrightText: 2024 Dmitry Kazakov <dimula73@gmail.com>
3 *
4 * SPDX-License-Identifier: LGPL-2.0-or-later
5 */
6
7#ifndef __KISANDROIDLOGHANDLER_H_
8#define __KISANDROIDLOGHANDLER_H_
9
10#include <kritaglobal_export.h>
11
12namespace KisAndroidLogHandler {
13
14KRITAGLOBAL_EXPORT void handler_init();
15
16} // namespace KisAndroidLogHandler
17
18#endif // __KISANDROIDLOGHANDLER_H_