add missing GUI_EXPORT macro

This commit is contained in:
Denis Rouzaud 2018-10-26 14:24:34 -04:00 committed by Nyall Dawson
parent 7ac521529b
commit b872f61708

View File

@ -154,7 +154,7 @@ class QgsLocatorFilterFilter : public QgsLocatorFilter
* Custom QTreeView designed for showing the results in a QgsLocatorWidget.
* \since QGIS 3.0
*/
class QgsLocatorResultsView : public QTreeView
class GUI_EXPORT QgsLocatorResultsView : public QTreeView
{
Q_OBJECT