Go to the source code of this file.
Classes | |
class | Feel::Info |
information provider for versioning and installation directories More... | |
Namespaces | |
Feel | |
[marker1] | |
Macros | |
#define | FEELPP_IS_VERSION(a, b, c) ( FEELPP_VERSION >= FEELPP_MAKE_VERSION(a,b,c) ) |
#define | FEELPP_MAKE_VERSION(a, b, c) (((a) << 16) | ((b) << 8) | (c)) |
The file was created from KDE/kdelibs/kdecore/kdeversion.hpp and accomodated to Feel needs.