From f4090ece63a9fc4d2e85d0134d298f8dd39ce88b Mon Sep 17 00:00:00 2001 From: Jordan Sherer Date: Thu, 4 Oct 2018 18:52:28 -0400 Subject: [PATCH] Remove UDP_NO_EXPORT --- MessageServer.hpp | 2 +- Radio.hpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/MessageServer.hpp b/MessageServer.hpp index 3007262..c9ec2d2 100644 --- a/MessageServer.hpp +++ b/MessageServer.hpp @@ -95,7 +95,7 @@ public: Q_SIGNAL void error (QString const&) const; private: - class UDP_NO_EXPORT impl; + class impl; pimpl m_; }; diff --git a/Radio.hpp b/Radio.hpp index afb0fd1..8e92deb 100644 --- a/Radio.hpp +++ b/Radio.hpp @@ -24,7 +24,7 @@ namespace Radio // // Qt type registration // - void UDP_NO_EXPORT register_types (); + void register_types (); // // Frequency type conversion.