Skip to content

Commit

Permalink
Fix build warning
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed Sep 5, 2018
1 parent 68d88a9 commit 4445c38
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/gui/qgsfieldvalueslineedit.cpp
Expand Up @@ -133,6 +133,9 @@ void QgsFieldValuesLineEdit::updateCompleter( const QStringList &values )
}


// just internal guff - definitely not for exposing to public API!
///@cond PRIVATE

void QgsFieldValuesLineEditValuesGatherer::run()
{
mWasCanceled = false;
Expand Down Expand Up @@ -166,3 +169,5 @@ void QgsFieldValuesLineEditValuesGatherer::stop()

mWasCanceled = true;
}

///@endcond

0 comments on commit 4445c38

Please sign in to comment.