mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-02 06:04:39 -04:00
Refactoring: removed device parameter from all start() methods in sample source plugins
This commit is contained in:
@@ -140,7 +140,7 @@ void FileSourceInput::seekFileStream(int seekPercentage)
|
||||
}
|
||||
}
|
||||
|
||||
bool FileSourceInput::start(int device)
|
||||
bool FileSourceInput::start()
|
||||
{
|
||||
QMutexLocker mutexLocker(&m_mutex);
|
||||
qDebug() << "FileSourceInput::start";
|
||||
|
||||
Reference in New Issue
Block a user