Mailcommon

attributeregistrar.cpp
1/*
2 SPDX-FileCopyrightText: 2009 Constantin Berzan <exit3219@gmail.com>
3
4 SPDX-License-Identifier: LGPL-2.0-or-later
5*/
6
7#include "collectionpage/attributes/expirecollectionattribute.h"
8#include <Akonadi/NewMailNotifierAttribute>
9
10#include <Akonadi/AttributeFactory>
11
12namespace
13{
14// Anonymous namespace; function is invisible outside this file.
15bool dummy()
16{
19 return true;
20}
21
22// Called when this library is loaded.
23const bool registered = dummy();
24} // namespace
static void registerAttribute()
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Tue Mar 26 2024 11:14:00 by doxygen 1.10.0 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.