Format code using clang-format

This commit is contained in:
Luis Ángel San Martín
2019-05-30 19:46:37 +02:00
parent e0eb94e3ae
commit e3ec56aa43
356 changed files with 19824 additions and 21874 deletions

View File

@ -9,12 +9,12 @@ class YACReaderFoldersView : public YACReaderTreeView
{
Q_OBJECT
public:
explicit YACReaderFoldersView(QWidget * parent = 0);
explicit YACReaderFoldersView(QWidget *parent = 0);
signals:
//Drops
void copyComicsToFolder(QList<QPair<QString,QString> >,QModelIndex);
void moveComicsToFolder(QList<QPair<QString,QString> >,QModelIndex);
void copyComicsToFolder(QList<QPair<QString, QString>>, QModelIndex);
void moveComicsToFolder(QList<QPair<QString, QString>>, QModelIndex);
protected:
//Drop to import
@ -24,7 +24,7 @@ protected:
void dropEvent(QDropEvent *event);
};
class YACReaderFoldersViewItemDeletegate: public QStyledItemDelegate
class YACReaderFoldersViewItemDeletegate : public QStyledItemDelegate
{
Q_OBJECT
public:
@ -32,5 +32,4 @@ public:
void paint(QPainter *painter, const QStyleOptionViewItem &option, const QModelIndex &index) const;
};
#endif // YACREADER_FOLDERS_VIEW_H