Skip to content
Snippets Groups Projects
Commit 0661fd74 authored by Sacha Percot-Tétu's avatar Sacha Percot-Tétu
Browse files

emoved a warning in StructElemViewer

parent 4bc1f7e8
No related branches found
No related tags found
No related merge requests found
......@@ -103,8 +103,8 @@ void StructElemViewer::draw(int x, int y)
ElemView view = _views.at(i);
for(int j = 0; j < _col; j++) {
for(int i = 0; i < _row; i++) {
for(unsigned int j = 0; j < _col; j++) {
for(unsigned int i = 0; i < _row; i++) {
QGraphicsRectItem& r = at(i, j);
......
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