Skip to content

Commit

Permalink
add missing GUI_EXPORT macro
Browse files Browse the repository at this point in the history
  • Loading branch information
3nids authored and nyalldawson committed Oct 26, 2018
1 parent 7ac5215 commit b872f61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/locator/qgslocatorwidget.h
Expand Up @@ -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

Expand Down

0 comments on commit b872f61

Please sign in to comment.