Add Track Organizer dialog to Qt-only build.
This commit is contained in:
committed by
craig.p.drummond
parent
e6b6463cc1
commit
4aecafef4c
@@ -62,8 +62,8 @@ FolderPage::FolderPage(MainWindow *p)
|
||||
// view->addAction(p->burnAction);
|
||||
#ifdef ENABLE_DEVICES_SUPPORT
|
||||
view->addAction(p->copyToDeviceAction);
|
||||
view->addAction(p->organiseFilesAction);
|
||||
#endif
|
||||
view->addAction(p->organiseFilesAction);
|
||||
view->addAction(p->editTagsAction);
|
||||
#ifdef ENABLE_REPLAYGAIN_SUPPORT
|
||||
view->addAction(p->replaygainAction);
|
||||
@@ -145,16 +145,13 @@ void FolderPage::controlActions()
|
||||
mw->addToStoredPlaylistAction->setEnabled(enable);
|
||||
#ifdef ENABLE_DEVICES_SUPPORT
|
||||
mw->copyToDeviceAction->setEnabled(enable);
|
||||
mw->organiseFilesAction->setEnabled(enable);
|
||||
#endif
|
||||
mw->organiseFilesAction->setEnabled(enable);
|
||||
mw->editTagsAction->setEnabled(enable);
|
||||
#ifdef ENABLE_REPLAYGAIN_SUPPORT
|
||||
mw->replaygainAction->setEnabled(enable);
|
||||
#endif
|
||||
#ifdef ENABLE_DEVICES_SUPPORT
|
||||
QAction *sep=new QAction(this);
|
||||
sep->setSeparator(true);
|
||||
view->addAction(sep);
|
||||
mw->deleteSongsAction->setEnabled(enable);
|
||||
#endif
|
||||
#ifdef ENABLE_KDE_SUPPORT
|
||||
|
||||
Reference in New Issue
Block a user