File indexing completed on 2024-04-28 05:50:34

0001 /*
0002     SPDX-FileCopyrightText: 2022 Ahmad Samir <a.samirh78@gmail.com>
0003 
0004     SPDX-License-Identifier: GPL-2.0-or-later
0005 */
0006 
0007 #ifndef HOTSPOTFILTERTEST_H
0008 #define HOTSPOTFILTERTEST_H
0009 
0010 #include "filterHotSpots/UrlFilter.h"
0011 
0012 class HotSpotFilterTest : public QObject
0013 {
0014     Q_OBJECT
0015 
0016 private Q_SLOTS:
0017     void testUrlFilterRegex_data();
0018     void testUrlFilterRegex();
0019 };
0020 
0021 #endif // HOTSPOTFILTERTEST_H