mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-11-22 08:04:49 -05:00
Deep redesign: removed useless samplesource subdirectory
This commit is contained in:
parent
005eae774e
commit
a68104ab65
@ -98,7 +98,7 @@ set(sdrbase_SOURCES
|
||||
sdrbase/gui/scaleengine.cpp
|
||||
sdrbase/gui/valuedial.cpp
|
||||
|
||||
sdrbase/dsp/samplesource/samplesource.cpp
|
||||
sdrbase/dsp/samplesource.cpp
|
||||
|
||||
sdrbase/plugin/pluginapi.cpp
|
||||
sdrbase/plugin/plugingui.cpp
|
||||
@ -172,7 +172,7 @@ set(sdrbase_HEADERS
|
||||
include-gpl/gui/scaleengine.h
|
||||
include-gpl/gui/valuedial.h
|
||||
|
||||
include/dsp/samplesource/samplesource.h
|
||||
include/dsp/samplesource.h
|
||||
|
||||
include/plugin/pluginapi.h
|
||||
include/plugin/plugingui.h
|
||||
|
@ -17,7 +17,7 @@
|
||||
#ifndef INCLUDE_BLADERFINPUT_H
|
||||
#define INCLUDE_BLADERFINPUT_H
|
||||
|
||||
#include "dsp/samplesource/samplesource.h"
|
||||
#include "dsp/samplesource.h"
|
||||
#include <libbladeRF.h>
|
||||
#include <QString>
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
#ifndef INCLUDE_FCDINPUT_H
|
||||
#define INCLUDE_FCDINPUT_H
|
||||
|
||||
#include "dsp/samplesource/samplesource.h"
|
||||
#include "dsp/samplesource.h"
|
||||
#include <QString>
|
||||
|
||||
struct fcd_buffer {
|
||||
|
@ -17,7 +17,7 @@
|
||||
#ifndef INCLUDE_FILESOURCEINPUT_H
|
||||
#define INCLUDE_FILESOURCEINPUT_H
|
||||
|
||||
#include "dsp/samplesource/samplesource.h"
|
||||
#include "dsp/samplesource.h"
|
||||
#include <QString>
|
||||
#include <QTimer>
|
||||
#include <ctime>
|
||||
|
@ -18,7 +18,7 @@
|
||||
#ifndef INCLUDE_RTLSDRINPUT_H
|
||||
#define INCLUDE_RTLSDRINPUT_H
|
||||
|
||||
#include "dsp/samplesource/samplesource.h"
|
||||
#include "dsp/samplesource.h"
|
||||
#include <rtl-sdr.h>
|
||||
#include <QString>
|
||||
|
||||
|
@ -23,7 +23,7 @@
|
||||
#include "dsp/samplesink.h"
|
||||
#include "dsp/threadedsamplesink.h"
|
||||
#include "dsp/dspcommands.h"
|
||||
#include "dsp/samplesource/samplesource.h"
|
||||
#include "dsp/samplesource.h"
|
||||
|
||||
DSPEngine::DSPEngine(QObject* parent) :
|
||||
QThread(parent),
|
||||
|
@ -15,7 +15,7 @@
|
||||
// along with this program. If not, see <http://www.gnu.org/licenses/>. //
|
||||
///////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#include "dsp/samplesource/samplesource.h"
|
||||
#include "dsp/samplesource.h"
|
||||
|
||||
SampleSource::SampleSource()
|
||||
{
|
@ -6,7 +6,7 @@
|
||||
#include "settings/preset.h"
|
||||
#include "mainwindow.h"
|
||||
#include "dsp/dspengine.h"
|
||||
#include "dsp/samplesource/samplesource.h"
|
||||
#include "dsp/samplesource.h"
|
||||
|
||||
#include <QDebug>
|
||||
#include "util/stacktrace.h"
|
||||
|
Loading…
Reference in New Issue
Block a user