Skip to content

Commit

Permalink
Fix doxygen warning
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed Apr 26, 2018
1 parent d0240e8 commit f5099db
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/gui/raster/qgspalettedrendererwidget.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -803,9 +803,6 @@ void QgsPalettedRendererModel::deleteAll()
emit classesChanged();
}

///@endcond PRIVATE


void QgsPalettedRendererClassGatherer::run()
{
mWasCanceled = false;
Expand Down Expand Up @@ -841,3 +838,5 @@ void QgsPalettedRendererClassGatherer::run()

emit collectedClasses();
}

///@endcond PRIVATE

0 comments on commit f5099db

Please sign in to comment.