mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-04 15:04:38 -04:00
FileSource: make Settings an independant struct
This commit is contained in:
@@ -28,12 +28,14 @@ CONFIG(Debug):build_subdir = debug
|
||||
SOURCES += filesourcegui.cpp\
|
||||
filesourceinput.cpp\
|
||||
filesourceplugin.cpp\
|
||||
filesourcethread.cpp
|
||||
filesourcethread.cpp\
|
||||
filesourcesettings.cpp
|
||||
|
||||
HEADERS += filesourcegui.h\
|
||||
filesourceinput.h\
|
||||
filesourceplugin.h\
|
||||
filesourcethread.h
|
||||
filesourcethread.h\
|
||||
filesourcesettings.h
|
||||
|
||||
FORMS += filesourcegui.ui
|
||||
|
||||
|
||||
Reference in New Issue
Block a user