@@ -58,8 +58,8 @@ class PlaylistTabs : public QTabWidget
58
58
void playlist_update_cb (Playlist::UpdateLevel global_level);
59
59
void playlist_position_cb (Playlist list);
60
60
61
- const HookReceiver<PlaylistTabs> hook1{ " qtui find " , this ,
62
- &PlaylistTabs::activateSearch},
61
+ const HookReceiver<PlaylistTabs> //
62
+ hook1{ " qtui find " , this , &PlaylistTabs::activateSearch},
63
63
hook2{" qtui rename playlist" , this , &PlaylistTabs::renameCurrent};
64
64
65
65
const HookReceiver<PlaylistTabs> activate_hook{
@@ -92,8 +92,8 @@ class PlaylistTabBar : public QTabBar
92
92
void tabMoved (int from, int to);
93
93
void updateSettings ();
94
94
95
- const HookReceiver<PlaylistTabBar> pause_hook{ " playback pause " , this ,
96
- &PlaylistTabBar::updateIcons},
95
+ const HookReceiver<PlaylistTabBar> //
96
+ pause_hook{ " playback pause " , this , &PlaylistTabBar::updateIcons},
97
97
unpause_hook{" playback unpause" , this , &PlaylistTabBar::updateIcons},
98
98
set_playing_hook{" playlist set playing" , this ,
99
99
&PlaylistTabBar::updateIcons},
0 commit comments