Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 983a8af

Browse files
authoredOct 26, 2018
add missing GUI_EXPORT macro
1 parent 2089887 commit 983a8af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/gui/locator/qgslocatorwidget.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ class QgsLocatorFilterFilter : public QgsLocatorFilter
154154
* Custom QTreeView designed for showing the results in a QgsLocatorWidget.
155155
* \since QGIS 3.0
156156
*/
157-
class QgsLocatorResultsView : public QTreeView
157+
class GUI_EXPORT QgsLocatorResultsView : public QTreeView
158158
{
159159
Q_OBJECT
160160

0 commit comments

Comments
 (0)
Please sign in to comment.