File indexing completed on 2024-11-24 04:50:40

0001 // SPDX-FileCopyrightText: 2023 Carl Schwan <carl@carlschwan.eu>
0002 // SPDX-License-Identifier: LGPL-3.0-or-later
0003 
0004 #include "helper.h"
0005 #include <QIcon>
0006 
0007 QString Helper::iconName(const QIcon &icon) const
0008 {
0009     return icon.name();
0010 }
0011 
0012 #include "moc_helper.cpp"