KItinerary

extractorcapabilities.h
1/*
2 SPDX-FileCopyrightText: 2019 Volker Krause <vkrause@kde.org>
3
4 SPDX-License-Identifier: LGPL-2.0-or-later
5*/
6
7#pragma once
8
9#include "kitinerary_export.h"
10
11class QString;
12
13namespace KItinerary {
14
15/** Diagnositic information about which features of the extractor are available.
16 * This typically depends on build options.
17 */
18namespace ExtractorCapabilities
19{
20 /** Textual representation, mainly useful for bug reports/support. */
21 KITINERARY_EXPORT QString capabilitiesString();
22}
23
24}
25
QString capabilitiesString()
Textual representation, mainly useful for bug reports/support.
Classes for reservation/travel data models, data extraction and data augmentation.
Definition berelement.h:17
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 4 2024 16:28:48 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.