Kirigami-addons

defaultapplication.cpp
1// SPDX-FileCopyrightText: 2024 Carl Schwan <carlschwan@kde.org>
2// SPDX-License-Identifier: LGPL-2.1-only or LGPL-3.0-only or LicenseRef-KDE-Accepted-LGPL
3
4#include "defaultapplication.h"
5
6DefaultKirigamiApplication::DefaultKirigamiApplication(QObject *parent)
8{
9 setupActions();
10}
11
12void DefaultKirigamiApplication::setupActions()
13{
15
17}
18
19#include "moc_defaultapplication.cpp"
The main container for your actions.
void readSettings()
Read the configured settings for the action.
virtual void setupActions()
Entry points to declare your actions.
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Fri Jul 26 2024 11:54:39 by doxygen 1.11.0 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.