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 committed Oct 26, 2018
1 parent 2089887 commit 983a8af
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. * Custom QTreeView designed for showing the results in a QgsLocatorWidget.
* \since QGIS 3.0 * \since QGIS 3.0
*/ */
class QgsLocatorResultsView : public QTreeView class GUI_EXPORT QgsLocatorResultsView : public QTreeView
{ {
Q_OBJECT Q_OBJECT


Expand Down

0 comments on commit 983a8af

Please sign in to comment.