1
0
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:
f4exb
2017-12-24 11:04:30 +01:00
parent 996f964435
commit 351651c3e5
7 changed files with 107 additions and 52 deletions
@@ -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