Remove UDP_NO_EXPORT

This commit is contained in:
Jordan Sherer 2018-10-04 18:52:28 -04:00
parent c7a1f6c72a
commit f4090ece63
2 changed files with 2 additions and 2 deletions

View File

@ -95,7 +95,7 @@ public:
Q_SIGNAL void error (QString const&) const;
private:
class UDP_NO_EXPORT impl;
class impl;
pimpl<impl> m_;
};

View File

@ -24,7 +24,7 @@ namespace Radio
//
// Qt type registration
//
void UDP_NO_EXPORT register_types ();
void register_types ();
//
// Frequency type conversion.