Added opening samples in SlicerT from the file browser (#8100)
Co-authored-by: Dalton Messmer <messmer.dalton@gmail.com>
This commit is contained in:
@@ -192,11 +192,12 @@ private:
|
||||
|
||||
|
||||
private slots:
|
||||
void activateListItem( QTreeWidgetItem * item, int column );
|
||||
void openInNewInstrumentTrack( lmms::gui::FileItem* item, bool songEditor );
|
||||
bool openInNewSampleTrack( lmms::gui::FileItem* item );
|
||||
void sendToActiveInstrumentTrack( lmms::gui::FileItem* item );
|
||||
void updateDirectory( QTreeWidgetItem * item );
|
||||
void activateListItem(QTreeWidgetItem* item, int column);
|
||||
void openInNewInstrumentTrack(FileItem* item, bool songEditor);
|
||||
bool openInNewSampleTrack(FileItem* item);
|
||||
void openInSlicerT(FileItem* item);
|
||||
void sendToActiveInstrumentTrack(FileItem* item);
|
||||
void updateDirectory(QTreeWidgetItem* item);
|
||||
} ;
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user