mirror of
https://github.com/YACReader/yacreader
synced 2025-07-14 02:54:46 -04:00
Rename Startup class to YACReaderHttpServer
This commit is contained in:
@ -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)) {
|
||||
|
Reference in New Issue
Block a user