From 5671e2659196cbec667785ce158467f143191842 Mon Sep 17 00:00:00 2001 From: Phil Taylor Date: Sat, 4 Feb 2023 11:30:30 +0000 Subject: [PATCH] Hopefully fix wfserver compiling --- servermain.h | 1 + 1 file changed, 1 insertion(+) diff --git a/servermain.h b/servermain.h index 4c53e51..f34cec7 100644 --- a/servermain.h +++ b/servermain.h @@ -306,6 +306,7 @@ Q_DECLARE_METATYPE(enum spectrumMode) Q_DECLARE_METATYPE(rigstate*) Q_DECLARE_METATYPE(codecType) Q_DECLARE_METATYPE(errorType) +Q_DECLARE_METATYPE(enum duplexMode) #endif // WFMAIN_H