Pimcommon

whatsnewmessagewidget.h
1/*
2 SPDX-FileCopyrightText: 2023-2024 Laurent Montel <montel.org>
3
4 SPDX-License-Identifier: LGPL-2.0-or-later
5*/
6#pragma once
7#include "pimcommon_export.h"
8#include <KMessageWidget>
9#include <PimCommon/WhatsNewInfo>
10namespace PimCommon
11{
12class PIMCOMMON_EXPORT WhatsNewMessageWidget : public KMessageWidget
13{
14 Q_OBJECT
15public:
16 explicit WhatsNewMessageWidget(QWidget *parent = nullptr);
17 ~WhatsNewMessageWidget() override;
18
19 void setWhatsNewInfos(const QList<PimCommon::WhatsNewInfo> &infos);
20
21private:
22 PIMCOMMON_NO_EXPORT void slotLinkActivated(const QString &contents);
23 QList<PimCommon::WhatsNewInfo> mWhatsNewInfos;
24};
25}
folderdialogacltab.h
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Fri Oct 11 2024 12:08:32 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.