From ec4df587870c97535e6d72fce8b9e11d99c83113 Mon Sep 17 00:00:00 2001 From: Jordan Sherer Date: Tue, 2 Oct 2018 14:32:49 -0400 Subject: [PATCH] Woops. Extra class qualifier. --- APRSISClient.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/APRSISClient.h b/APRSISClient.h index a54cb63..2fb1885 100644 --- a/APRSISClient.h +++ b/APRSISClient.h @@ -17,7 +17,7 @@ public: static QString loginFrame(QString callsign); static QPair grid2deg(QString grid); static QPair grid2aprs(QString grid); - static QString APRSISClient::stripSSID(QString call); + static QString stripSSID(QString call); static QString replaceCallsignSuffixWithSSID(QString call, QString base); void setServer(QString host, quint16 port){