mirror of
https://github.com/YACReader/yacreader
synced 2025-07-14 11:04:25 -04:00
clang-format
This commit is contained in:
@ -24,7 +24,7 @@ public slots:
|
||||
void close();
|
||||
|
||||
private:
|
||||
//void run();
|
||||
// void run();
|
||||
QLocalServer *localServer;
|
||||
};
|
||||
|
||||
@ -39,7 +39,7 @@ signals:
|
||||
|
||||
private:
|
||||
static QMutex dbMutex;
|
||||
//static int count;
|
||||
// static int count;
|
||||
void run();
|
||||
|
||||
void getComicInfo(quint64 libraryId, ComicDB &comic, QList<ComicDB> &siblings);
|
||||
|
Reference in New Issue
Block a user