Mailcommon

favoritecollectionorderproxymodel.h
1/*
2
3 SPDX-FileCopyrightText: 2017 David Faure <faure@kde.org>
4
5 SPDX-License-Identifier: GPL-2.0-or-later
6*/
7
8#pragma once
9
10#include "mailcommon_export.h"
11#include <Akonadi/EntityOrderProxyModel>
12
13namespace MailCommon
14{
15/**
16 * @brief The FavoriteCollectionOrderProxyModel class implements ordering of favorite collections.
17 */
19{
20 Q_OBJECT
21public:
22 explicit FavoriteCollectionOrderProxyModel(QObject *parent = nullptr);
24
25protected:
26 [[nodiscard]] Akonadi::Collection parentCollection(const QModelIndex &index) const override;
27};
28}
The FavoriteCollectionOrderProxyModel class implements ordering of favorite collections.
The filter dialog.
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Tue Mar 26 2024 11:14:01 by doxygen 1.10.0 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.