Make const
This commit is contained in:
@@ -418,7 +418,7 @@ void ContextAlbumsView::CopyToDevice() {
|
||||
#endif
|
||||
}
|
||||
|
||||
void ContextAlbumsView::ShowInBrowser() {
|
||||
void ContextAlbumsView::ShowInBrowser() const {
|
||||
|
||||
const SongList songs = GetSelectedSongs();
|
||||
QList<QUrl> urls;
|
||||
|
||||
@@ -96,7 +96,7 @@ class ContextAlbumsView : public AutoExpandingTreeView {
|
||||
void Organize();
|
||||
void CopyToDevice();
|
||||
void EditTracks();
|
||||
void ShowInBrowser();
|
||||
void ShowInBrowser() const;
|
||||
|
||||
private:
|
||||
void RecheckIsEmpty();
|
||||
|
||||
Reference in New Issue
Block a user