Include sanitation

This commit is contained in:
luisangelsm
2026-03-13 11:06:25 +01:00
parent 221ce60760
commit f0943995c6
112 changed files with 252 additions and 179 deletions

View File

@ -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>

View File

@ -1,8 +1,6 @@
#ifndef SEARCH_SINGLE_COMIC_H
#define SEARCH_SINGLE_COMIC_H
#include <QtWidgets>
#include "scraper_checkbox.h"
#include "themable.h"

View File

@ -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"

View File

@ -1,8 +1,6 @@
#ifndef SELECT_COMIC_H
#define SELECT_COMIC_H
#include <QtWidgets>
#include "scraper_results_paginator.h"
#include "themable.h"

View File

@ -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"

View File

@ -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"

View File

@ -1,7 +1,6 @@
#ifndef SORT_VOLUME_COMICS_H
#define SORT_VOLUME_COMICS_H
#include <QtWidgets>
#include <QModelIndex>
#include <QPushButton>
#include <QPainter>