Fix various clazy warnings
This commit is contained in:
@@ -60,6 +60,11 @@ class FileViewList : public QListView {
|
||||
protected:
|
||||
void contextMenuEvent(QContextMenuEvent *e) override;
|
||||
|
||||
private:
|
||||
QStringList FilenamesFromSelection() const;
|
||||
QList<QUrl> UrlListFromSelection() const;
|
||||
MimeData *MimeDataFromSelection() const;
|
||||
|
||||
private slots:
|
||||
void LoadSlot();
|
||||
void AddToPlaylistSlot();
|
||||
@@ -71,10 +76,6 @@ class FileViewList : public QListView {
|
||||
void EditTagsSlot();
|
||||
void ShowInBrowser();
|
||||
|
||||
QStringList FilenamesFromSelection() const;
|
||||
QList<QUrl> UrlListFromSelection() const;
|
||||
MimeData *MimeDataFromSelection() const;
|
||||
|
||||
private:
|
||||
QMenu *menu_;
|
||||
QItemSelection menu_selection_;
|
||||
|
||||
Reference in New Issue
Block a user