Pimcommon

whatsnewdialog.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
8#include "pimcommon_export.h"
9#include <PimCommon/WhatsNewInfo>
10#include <QDialog>
11namespace PimCommon
12{
13class WhatsNewWidget;
14class PIMCOMMON_EXPORT WhatsNewDialog : public QDialog
15{
16 Q_OBJECT
17public:
18 explicit WhatsNewDialog(const QList<PimCommon::WhatsNewInfo> &infos, QWidget *parent = nullptr);
19 ~WhatsNewDialog() override;
20
21 void updateInformations();
22
23private:
24 PIMCOMMON_NO_EXPORT void readConfig();
25 PIMCOMMON_NO_EXPORT void writeConfig();
26 WhatsNewWidget *const mWhatsNewWidget;
27};
28}
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.