Pimcommon

needupdateparsehtmlutil.h
1/*
2 SPDX-FileCopyrightText: 2025 Laurent Montel <montel@kde.org>
3
4 SPDX-License-Identifier: GPL-2.0-or-later
5*/
6
7#pragma once
8
9#include "pimcommon_export.h"
10#include <QString>
11namespace PimCommon
12{
13namespace NeedUpdateParseHtmlUtil
14{
15[[nodiscard]] PIMCOMMON_EXPORT QString extractDate(const QString &dataHtml);
16};
17}
folderdialogacltab.h
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 24 2025 11:47:24 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.