Skip to content

Commit

Permalink
Fix build warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed Sep 9, 2018
1 parent 203660a commit 9028ad9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/gui/qgscodeeditorexpression.cpp
Expand Up @@ -144,6 +144,7 @@ void QgsCodeEditorExpression::updateApis()
mSqlLexer->setAPIs( mApis );
}

///@cond PRIVATE
QgsCaseInsensitiveLexerExpression::QgsCaseInsensitiveLexerExpression( QObject *parent )
: QsciLexerSQL( parent )
{
Expand All @@ -158,3 +159,4 @@ const char *QgsCaseInsensitiveLexerExpression::wordCharacters() const
{
return "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ_@";
}
///@endcond

0 comments on commit 9028ad9

Please sign in to comment.