File indexing completed on 2024-04-21 04:55:25

0001 /*
0002     This file is part of Choqok, the KDE micro-blogging client
0003 
0004     SPDX-FileCopyrightText: 2008-2012 Mehrdad Momeny <mehrdad.momeny@gmail.com>
0005 
0006     SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only OR LicenseRef-KDE-Accepted-GPL
0007 */
0008 
0009 #ifndef CHOQOK_CHOQOKTOOLS_H
0010 #define CHOQOK_CHOQOKTOOLS_H
0011 
0012 #include <QColor>
0013 #include <QUrl>
0014 
0015 #include "choqok_export.h"
0016 
0017 namespace Choqok
0018 {
0019 
0020 void CHOQOK_EXPORT openUrl(const QUrl &url);
0021 
0022 QString CHOQOK_EXPORT getColorString(const QColor &color);
0023 
0024 }
0025 
0026 #endif // CHOQOK_CHOQOKTOOLS_H