Rename Startup class to YACReaderHttpServer

This commit is contained in:
Luis Ángel San Martín
2022-10-13 23:24:35 +02:00
parent 59639ad68c
commit be0c0ff341
9 changed files with 44 additions and 54 deletions

View File

@ -2595,8 +2595,8 @@ void LibraryWindow::showImportComicsInfo()
importComicsInfoDialog->dest = currentPath() + "/.yacreaderlibrary/library.ydb";
importComicsInfoDialog->open();
}
#include "startup.h"
extern Startup *s;
#include "yacreader_http_server.h"
extern YACReaderHttpServer *s;
void LibraryWindow::closeEvent(QCloseEvent *event)
{
if (!trayIconController->handleCloseToTrayIcon(event)) {