Perceptual Color
version.cpp
9static_assert(std::numeric_limits<decltype(PERCEPTUALCOLOR_COMPILE_TIME_VERSION_MAJOR)>::is_integer);
12static_assert(std::numeric_limits<decltype(PERCEPTUALCOLOR_COMPILE_TIME_VERSION_MINOR)>::is_integer);
15static_assert(std::numeric_limits<decltype(PERCEPTUALCOLOR_COMPILE_TIME_VERSION_PATCH)>::is_integer);
QVersionNumber perceptualColorRunTimeVersion()
Against which version of this library you are running.
Definition version.cpp:33
#define PERCEPTUALCOLOR_COMPILE_TIME_VERSION_MINOR
Definition version.in.hpp:51
#define PERCEPTUALCOLOR_COMPILE_TIME_VERSION
Against which version of this library you are compiling.
Definition version.in.hpp:82
#define PERCEPTUALCOLOR_COMPILE_TIME_VERSION_MAJOR
Definition version.in.hpp:40
#define PERCEPTUALCOLOR_COMPILE_TIME_VERSION_PATCH
Definition version.in.hpp:62
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 18 2024 12:18:38 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 18 2024 12:18:38 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.