Add missing Q_OBJECT macro

This commit is contained in:
Nyall Dawson 2019-11-06 12:32:51 +10:00
parent 214bbe9e36
commit 9fc5d86d74

View File

@ -27,6 +27,8 @@
class QgsWMSConnection : public QgsOwsConnection
{
Q_OBJECT
public:
//! Constructor
explicit QgsWMSConnection( const QString &connName );