mirror of
https://github.com/clementine-player/Clementine
synced 2024-12-17 20:09:50 +01:00
Including the method definition in a conditional
This commit is contained in:
parent
bbf7ff61af
commit
fe45462034
@ -219,7 +219,9 @@ class MainWindow : public QMainWindow, public PlatformInterface {
|
||||
void AddFolder();
|
||||
void AddStream();
|
||||
void AddStreamAccepted();
|
||||
void OpenRipCD();
|
||||
#ifdef HAVE_AUDIOCD
|
||||
void OpenRipCD();
|
||||
#endif
|
||||
void AddCDTracks();
|
||||
void AddPodcast();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user