Skip to content

Commit 4445c38

Browse files
committed
Fix build warning
1 parent 68d88a9 commit 4445c38

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/gui/qgsfieldvalueslineedit.cpp

+5
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,9 @@ void QgsFieldValuesLineEdit::updateCompleter( const QStringList &values )
133133
}
134134

135135

136+
// just internal guff - definitely not for exposing to public API!
137+
///@cond PRIVATE
138+
136139
void QgsFieldValuesLineEditValuesGatherer::run()
137140
{
138141
mWasCanceled = false;
@@ -166,3 +169,5 @@ void QgsFieldValuesLineEditValuesGatherer::stop()
166169

167170
mWasCanceled = true;
168171
}
172+
173+
///@endcond

0 commit comments

Comments
 (0)