Skip to content
Snippets Groups Projects
Commit 83625038 authored by Jonathan Guinet's avatar Jonathan Guinet
Browse files

WRG: remove warning.

parent 452403fa
No related branches found
No related tags found
No related merge requests found
......@@ -254,7 +254,7 @@ void QtWidgetView::GetDocParameters( std::string & val, bool mandatory)
void QtWidgetView::GetDocParameterGroup( std::string & val, const std::string & key, int level )
{
std::string spaces, equals;
for(unsigned int i=0; i<level; i++)
for(int i=0; i<level; i++)
{
spaces.append("&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;");
equals.append("===");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment