Fix various clazy warnings
This commit is contained in:
@@ -70,6 +70,9 @@ class DeviceView : public AutoExpandingTreeView {
|
||||
|
||||
void SetApplication(Application *app);
|
||||
|
||||
// AutoExpandingTreeView
|
||||
bool CanRecursivelyExpand(const QModelIndex &idx) const override;
|
||||
|
||||
protected:
|
||||
void contextMenuEvent(QContextMenuEvent*) override;
|
||||
void mouseDoubleClickEvent(QMouseEvent *e) override;
|
||||
@@ -93,9 +96,6 @@ class DeviceView : public AutoExpandingTreeView {
|
||||
|
||||
void DeleteFinished(const SongList &songs_with_errors);
|
||||
|
||||
// AutoExpandingTreeView
|
||||
bool CanRecursivelyExpand(const QModelIndex &idx) const override;
|
||||
|
||||
private:
|
||||
QModelIndex MapToDevice(const QModelIndex &merged_model_index) const;
|
||||
QModelIndex MapToCollection(const QModelIndex &merged_model_index) const;
|
||||
|
||||
Reference in New Issue
Block a user