File indexing completed on 2024-05-26 05:39:08

0001 /*
0002     localegeneratorbase.cpp
0003     SPDX-FileCopyrightText: 2022 Han Young <hanyoung@protonmail.com>
0004 
0005     SPDX-License-Identifier: GPL-2.0-or-later
0006 */
0007 
0008 #include "localegeneratorbase.h"
0009 
0010 void LocaleGeneratorBase::localesGenerate(const QStringList &list)
0011 {
0012     Q_UNUSED(list)
0013     Q_EMIT userHasToGenerateManually(defaultManuallyGenerateMessage());
0014 }