Show error message when loading an invalid sample file (#6286)

This commit is contained in:
Alexandre Almeida
2023-09-21 20:18:23 -03:00
committed by GitHub
parent 21fb430c76
commit 07229b6404
3 changed files with 66 additions and 27 deletions

View File

@@ -77,7 +77,7 @@ public:
public slots:
void setSampleBuffer( lmms::SampleBuffer* sb );
void setSampleFile( const QString & _sf );
void setSampleFile( const QString & sf );
void updateLength();
void toggleRecord();
void playbackPositionChanged();