Skip to content

Commit f80b92a

Browse files
committedJan 30, 2017
Also registry HTML annotation when webkit isn't available
1 parent 6bffa17 commit f80b92a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed
 

‎src/core/annotations/qgsannotationregistry.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,9 +88,7 @@ class CORE_EXPORT QgsAnnotationRegistry
8888
QgsAnnotationRegistry()
8989
{
9090
addAnnotationType( QgsAnnotationMetadata( QStringLiteral( "TextAnnotationItem" ), QgsTextAnnotation::create ) );
91-
#ifdef WITH_QTWEBKIT
9291
addAnnotationType( QgsAnnotationMetadata( QStringLiteral( "HtmlAnnotationItem" ), QgsHtmlAnnotation::create ) );
93-
#endif
9492
addAnnotationType( QgsAnnotationMetadata( QStringLiteral( "SVGAnnotationItem" ), QgsSvgAnnotation::create ) );
9593
}
9694

0 commit comments

Comments
 (0)
Please sign in to comment.