mirror of
				https://github.com/YACReader/yacreader
				synced 2025-10-29 15:24:35 -04:00 
			
		
		
		
	Remove unused imports and forward definitions
This commit is contained in:
		| @ -23,6 +23,7 @@ ComicControllerV2::ComicControllerV2() { } | ||||
|  | ||||
| void ComicControllerV2::service(HttpRequest &request, HttpResponse &response) | ||||
| { | ||||
|  | ||||
|     QByteArray token = request.getHeader("x-request-id"); | ||||
|     YACReaderHttpSession *ySession = Static::yacreaderSessionStore->getYACReaderSessionHttpSession(token); | ||||
|  | ||||
|  | ||||
| @ -5,10 +5,6 @@ | ||||
| #include "httpresponse.h" | ||||
| #include "httprequesthandler.h" | ||||
|  | ||||
| #include <QThread> | ||||
| class Comic; | ||||
| class QString; | ||||
|  | ||||
| class ComicControllerV2 : public stefanfrings::HttpRequestHandler | ||||
| { | ||||
|     Q_OBJECT | ||||
|  | ||||
		Reference in New Issue
	
	Block a user