mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-01 21:54:55 -04:00
Migrate code to Qt 5.14.2
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
// along with this program. If not, see <http://www.gnu.org/licenses/>. //
|
||||
///////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#include "remotesourcegui.h"
|
||||
#include <QTime>
|
||||
|
||||
#include "device/deviceapi.h"
|
||||
#include "device/deviceuiset.h"
|
||||
@@ -26,6 +26,8 @@
|
||||
#include "remotesource.h"
|
||||
#include "ui_remotesourcegui.h"
|
||||
|
||||
#include "remotesourcegui.h"
|
||||
|
||||
RemoteSourceGUI* RemoteSourceGUI::create(PluginAPI* pluginAPI, DeviceUISet *deviceUISet, BasebandSampleSource *channelTx)
|
||||
{
|
||||
RemoteSourceGUI* gui = new RemoteSourceGUI(pluginAPI, deviceUISet, channelTx);
|
||||
|
||||
Reference in New Issue
Block a user