mirror of
https://github.com/YACReader/yacreader
synced 2025-07-14 02:54:46 -04:00
Format code using clang-format
This commit is contained in:
@ -8,10 +8,10 @@ class ConsoleUILibraryCreator : public QObject
|
||||
Q_OBJECT
|
||||
public:
|
||||
explicit ConsoleUILibraryCreator(QObject *parent = 0);
|
||||
void createLibrary(const QString & name, const QString & path);
|
||||
void updateLibrary(const QString & path);
|
||||
void addExistingLibrary(const QString & name, const QString & path);
|
||||
void removeLibrary(const QString & name);
|
||||
void createLibrary(const QString &name, const QString &path);
|
||||
void updateLibrary(const QString &path);
|
||||
void addExistingLibrary(const QString &name, const QString &path);
|
||||
void removeLibrary(const QString &name);
|
||||
|
||||
private:
|
||||
uint numComicsProcessed;
|
||||
@ -20,9 +20,9 @@ signals:
|
||||
public slots:
|
||||
|
||||
protected slots:
|
||||
void newComic(const QString & relativeComicPath, const QString & coverPath);
|
||||
void manageCreatingError(const QString & error);
|
||||
void manageUpdatingError(const QString & error);
|
||||
void newComic(const QString &relativeComicPath, const QString &coverPath);
|
||||
void manageCreatingError(const QString &error);
|
||||
void manageUpdatingError(const QString &error);
|
||||
void done();
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user