 |
digiKam
|
Loading...
Searching...
No Matches
Go to the documentation of this file.
17#include "digikam_config.h"
27#include <QImageReader>
28#include <QImageWriter>
31#include <QApplication>
32#include <QStandardPaths>
35#include <QLibraryInfo>
39#include <QMimeDatabase>
43#include <ki18n_version.h>
44#include <klocalizedstring.h>
49#if KI18N_VERSION >= QT_VERSION_CHECK(5, 89, 0)
50# include <klazylocalizedstring.h>
53# define I18N_NOOP(x) kli18n(x).untranslatedText()
54# define I18NC_NOOP(c,x) kli18nc(c,x)