File indexing completed on 2024-04-28 04:42:40

0001 /*
0002  * SPDX-FileCopyrightText: 2020-2021 Han Young <hanyoung@protonmail.com>
0003  *
0004  * SPDX-License-Identifier: LGPL-2.0-or-later
0005  */
0006 #pragma once
0007 #include <QSignalSpy>
0008 #include <QTest>
0009 class GeoTimezoneTest : public QObject
0010 {
0011     Q_OBJECT
0012 private Q_SLOTS:
0013     void initTestCase();
0014     void testTimezone();
0015 };