Skip to content

Commit 9028ad9

Browse files
committed
Fix build warnings
1 parent 203660a commit 9028ad9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/gui/qgscodeeditorexpression.cpp

+2
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,7 @@ void QgsCodeEditorExpression::updateApis()
144144
mSqlLexer->setAPIs( mApis );
145145
}
146146

147+
///@cond PRIVATE
147148
QgsCaseInsensitiveLexerExpression::QgsCaseInsensitiveLexerExpression( QObject *parent )
148149
: QsciLexerSQL( parent )
149150
{
@@ -158,3 +159,4 @@ const char *QgsCaseInsensitiveLexerExpression::wordCharacters() const
158159
{
159160
return "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ_@";
160161
}
162+
///@endcond

0 commit comments

Comments
 (0)