Warning, file /utilities/kgpg/core/images.h was not indexed or was modified since last indexation (in which case cross-reference links may be missing, inaccurate or erroneous).

0001 /*
0002     SPDX-FileCopyrightText: 2006 Jimmy Gilles <jimmygilles@gmail.com>
0003     SPDX-FileCopyrightText: 2013 Rolf Eike Beer <kde@opensource.sf-tec.de>
0004     SPDX-License-Identifier: GPL-2.0-or-later
0005 */
0006 
0007 #ifndef IMAGES_H
0008 #define IMAGES_H
0009 
0010 #include <QIcon>
0011 
0012 namespace KgpgCore
0013 {
0014 
0015 namespace Images
0016 {
0017     QIcon single();
0018     QIcon pair();
0019     QIcon group();
0020     QIcon orphan();
0021     QIcon signature();
0022     QIcon userId();
0023     QIcon photo();
0024     QIcon revoke();
0025 
0026     /* Desktop image */
0027     QIcon kgpg();
0028 }
0029 
0030 } // namespace KgpgCore
0031 
0032 #endif // IMAGES_H