1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2025-04-10 05:29:06 -04:00

DaemonSrc: added missing <QObject> include fixing mess in MOC generation at least in Qt 5.11.1

This commit is contained in:
f4exb 2018-09-02 02:00:01 +02:00
parent 1075ef6c51
commit 472a9b2532

View File

@ -17,6 +17,8 @@
#ifndef PLUGINS_CHANNELTX_DAEMONSRC_DAEMONSRC_H_
#define PLUGINS_CHANNELTX_DAEMONSRC_DAEMONSRC_H_
#include <QObject>
#include "cm256.h"
#include "dsp/basebandsamplesource.h"