Skip to content

Commit 7641869

Browse files
committedOct 26, 2018
add missing GUI_EXPORT macro
1 parent 4a4b62e commit 7641869

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.