mirror of
https://github.com/YACReader/yacreader
synced 2026-04-12 15:49:53 -04:00
Include sanitation
This commit is contained in:
@ -1,5 +1,7 @@
|
||||
#include "comic_vine_dialog.h"
|
||||
#include <QApplication>
|
||||
#include <QHBoxLayout>
|
||||
#include <QScreen>
|
||||
#include <QLabel>
|
||||
#include <QMessageBox>
|
||||
#include <QPushButton>
|
||||
@ -7,7 +9,6 @@
|
||||
#include <QStackedWidget>
|
||||
#include <QTableView>
|
||||
#include <QVBoxLayout>
|
||||
#include <QtWidgets>
|
||||
#include <QtConcurrent/QtConcurrentRun>
|
||||
#include "data_base_management.h"
|
||||
#include <QSqlDatabase>
|
||||
|
||||
@ -1,8 +1,6 @@
|
||||
#ifndef SEARCH_SINGLE_COMIC_H
|
||||
#define SEARCH_SINGLE_COMIC_H
|
||||
|
||||
#include <QtWidgets>
|
||||
|
||||
#include "scraper_checkbox.h"
|
||||
#include "themable.h"
|
||||
|
||||
|
||||
@ -1,7 +1,9 @@
|
||||
#ifndef SEARCH_VOLUME_H
|
||||
#define SEARCH_VOLUME_H
|
||||
|
||||
#include <QtWidgets>
|
||||
#include <QLabel>
|
||||
#include <QWidget>
|
||||
|
||||
#include "scraper_checkbox.h"
|
||||
#include "themable.h"
|
||||
|
||||
|
||||
@ -1,8 +1,6 @@
|
||||
#ifndef SELECT_COMIC_H
|
||||
#define SELECT_COMIC_H
|
||||
|
||||
#include <QtWidgets>
|
||||
|
||||
#include "scraper_results_paginator.h"
|
||||
#include "themable.h"
|
||||
|
||||
|
||||
@ -21,7 +21,6 @@
|
||||
#include "comic_vine_client.h"
|
||||
#include "scraper_scroll_label.h"
|
||||
|
||||
#include "response_parser.h"
|
||||
#include "scraper_results_paginator.h"
|
||||
|
||||
#include "selected_volume_info.h"
|
||||
|
||||
@ -1,8 +1,6 @@
|
||||
#ifndef SELECT_VOLUME_H
|
||||
#define SELECT_VOLUME_H
|
||||
|
||||
#include <QtWidgets>
|
||||
|
||||
#include "scraper_results_paginator.h"
|
||||
#include "selected_volume_info.h"
|
||||
#include "volume_search_query.h"
|
||||
|
||||
@ -1,7 +1,6 @@
|
||||
#ifndef SORT_VOLUME_COMICS_H
|
||||
#define SORT_VOLUME_COMICS_H
|
||||
|
||||
#include <QtWidgets>
|
||||
#include <QModelIndex>
|
||||
#include <QPushButton>
|
||||
#include <QPainter>
|
||||
|
||||
Reference in New Issue
Block a user