clang-format

This commit is contained in:
Luis Ángel San Martín
2021-10-18 21:56:52 +02:00
parent 78e0c522d2
commit 5aa02a19bb
190 changed files with 2286 additions and 2286 deletions

View File

@ -6,7 +6,7 @@
#include <QPair>
#include <QModelIndex>
//this class is intended to work in background, just use moveToThread and process to start working
// this class is intended to work in background, just use moveToThread and process to start working
class ComicFilesManager : public QObject
{
Q_OBJECT
@ -19,7 +19,7 @@ signals:
void currentComic(QString);
void progress(int);
void finished();
void success(QModelIndex); //at least one comics has been copied or moved
void success(QModelIndex); // at least one comics has been copied or moved
public slots:
void process();
void cancel();