mirror of
https://github.com/YACReader/yacreader
synced 2025-07-18 21:14:33 -04:00
Format code using clang-format
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user