Warning, file /frameworks/kxmlgui/src/ktoolbarhelper_p.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: 2017 Alexander Potashev <aspotashev@gmail.com> 0003 0004 SPDX-License-Identifier: LGPL-2.1-or-later 0005 */ 0006 0007 #ifndef KTOOLBARHELPER_P_H 0008 #define KTOOLBARHELPER_P_H 0009 0010 #include <QDomDocument> 0011 0012 namespace KToolbarHelper 0013 { 0014 QString i18nToolBarName(const QDomElement &element); 0015 0016 } 0017 0018 #endif // KTOOLBARHELPER_P_H