mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-01 21:54:55 -04:00
File source: hardcoded autoloop
This commit is contained in:
@@ -151,7 +151,7 @@ failed:
|
||||
|
||||
void FileSourceInput::stopInput()
|
||||
{
|
||||
std::cerr << "FileSourceInput::stopInput()" << std::endl;
|
||||
std::cerr << "FileSourceInput::stopInput" << std::endl;
|
||||
QMutexLocker mutexLocker(&m_mutex);
|
||||
|
||||
if(m_fileSourceThread != NULL) {
|
||||
|
||||
Reference in New Issue
Block a user