File indexing completed on 2024-04-28 04:58:12

0001 /*
0002     This file is part of the KDE project.
0003 
0004     SPDX-FileCopyrightText: 2021 Stefano Crocco <posta@stefanocrocco.it>
0005 
0006     SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only OR LicenseRef-KDE-Accepted-GPL
0007 */
0008 
0009 #include "konq_spellcheckingconfigurationdispatcher.h"
0010 
0011 KonqSpellCheckingConfigurationDispatcher * KonqSpellCheckingConfigurationDispatcher::self()
0012 {
0013     static KonqSpellCheckingConfigurationDispatcher s_self;
0014     return &s_self;
0015 }
0016 
0017