Krita Source Code Documentation
Loading...
Searching...
No Matches
KisTemplates.h
Go to the documentation of this file.
1/*
2 This file is part of the KDE project
3 SPDX-FileCopyrightText: 2000 Werner Trobin <trobin@kde.org>
4
5 SPDX-License-Identifier: LGPL-2.0-or-later
6*/
7
8#ifndef KIS_TEMPLATES_H
9#define KIS_TEMPLATES_H
10
11class QString;
12
13namespace KisTemplates
14{
19 QString trimmed(const QString &string);
20}
21
22#endif
QString trimmed(const QString &string)