Warning, file /office/kmymoney/kmymoney/plugins/interfaceloader.cpp 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: 2016 Christian Dávid <christian-david@web.de>
0003     SPDX-License-Identifier: GPL-2.0-or-later
0004 */
0005 
0006 #include "interfaceloader.h"
0007 
0008 namespace KMyMoneyPlugin {
0009 
0010 InterfaceLoader& pluginInterfaces()
0011 {
0012     static InterfaceLoader m_interfaces;
0013     return m_interfaces;
0014 }
0015 
0016 }