Perceptual Color

settranslation.h
1// SPDX-FileCopyrightText: Lukas Sommer <sommerluk@gmail.com>
2// SPDX-License-Identifier: BSD-2-Clause OR MIT
3
4#ifndef SETTRANSLATION_H
5#define SETTRANSLATION_H
6
7#include "importexport.h"
8#include <qglobal.h>
9
10#if (QT_VERSION >= QT_VERSION_CHECK(6, 0, 0))
11#include <qcontainerfwd.h>
12#else
13#include <qstringlist.h>
14#endif
15
17
18namespace PerceptualColor
19{
20
21void PERCEPTUALCOLOR_IMPORTEXPORT setTranslation(QCoreApplication *instance, const QStringList &newUiLanguages);
22
23} // namespace PerceptualColor
24
25#endif // SETTRANSLATION_H
This file provides support for C++ symbol import and export.
#define PERCEPTUALCOLOR_IMPORTEXPORT
A macro that either exports dynamic library symbols or imports dynamic library symbols or does nothin...
The namespace of this library.
void setTranslation(QCoreApplication *instance, const QStringList &newUiLanguages)
Set the translation for the whole library.
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Tue Mar 26 2024 11:20:36 by doxygen 1.10.0 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.