Make const

This commit is contained in:
Jonas Kvinge
2021-06-22 13:45:29 +02:00
parent 8c2b907ff5
commit 58a5367015
33 changed files with 78 additions and 78 deletions

View File

@@ -418,7 +418,7 @@ void ContextAlbumsView::CopyToDevice() {
#endif
}
void ContextAlbumsView::ShowInBrowser() {
void ContextAlbumsView::ShowInBrowser() const {
const SongList songs = GetSelectedSongs();
QList<QUrl> urls;

View File

@@ -96,7 +96,7 @@ class ContextAlbumsView : public AutoExpandingTreeView {
void Organize();
void CopyToDevice();
void EditTracks();
void ShowInBrowser();
void ShowInBrowser() const;
private:
void RecheckIsEmpty();