mirror of
https://github.com/YACReader/yacreader
synced 2025-07-22 15:04:40 -04:00
Add support for exact match searches
It will be enabled by default.
This commit is contained in:
12
YACReaderLibrary/comic_vine/scraper_checkbox.h
Normal file
12
YACReaderLibrary/comic_vine/scraper_checkbox.h
Normal file
@ -0,0 +1,12 @@
|
||||
#ifndef SCRAPER_CHECKBOX_H
|
||||
#define SCRAPER_CHECKBOX_H
|
||||
|
||||
#include <QCheckBox>
|
||||
|
||||
class ScraperCheckBox : public QCheckBox
|
||||
{
|
||||
public:
|
||||
ScraperCheckBox(const QString &text, QWidget *parent = nullptr);
|
||||
};
|
||||
|
||||
#endif // SCRAPER_CHECKBOX_H
|
Reference in New Issue
Block a user