From 445a4157b7618ea51e9e19e24f36a9cfa57661f3 Mon Sep 17 00:00:00 2001 From: Phil Taylor Date: Thu, 8 Jul 2021 15:43:54 +0100 Subject: [PATCH] Fix merge error --- wfview.pro | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wfview.pro b/wfview.pro index bb53289..c1cff91 100644 --- a/wfview.pro +++ b/wfview.pro @@ -133,7 +133,7 @@ SOURCES += main.cpp\ repeatersetup.cpp \ rigctld.cpp \ ring/ring.cpp \ - shuttle.cpp + shuttle.cpp \ transceiveradjustments.cpp \ aboutbox.cpp @@ -161,7 +161,7 @@ HEADERS += wfmain.h \ rigctld.h \ ulaw.h \ ring/ring.h \ - shuttle.h + shuttle.h \ transceiveradjustments.h \ audiotaper.h \ aboutbox.h