File indexing completed on 2024-06-23 05:07:15

0001 /*
0002     SPDX-FileCopyrightText: 2008 Volker Krause <vkrause@kde.org>
0003 
0004     SPDX-License-Identifier: LGPL-2.0-or-later
0005 */
0006 
0007 #pragma once
0008 
0009 #include <QString>
0010 
0011 /**
0012  * Init and rotate error logs.
0013  */
0014 void akInit(const QString &appName);
0015 
0016 void akMakeVerbose(const QByteArray &category);