Skip to content

Commit 3fa4d10

Browse files
author
jef
committed
fix compile error on OSX
git-svn-id: http://svn.osgeo.org/qgis/trunk@9100 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 4f00105 commit 3fa4d10

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/app/main.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,6 @@ OSErr openDocumentsAEHandler(const AppleEvent *event, AppleEvent *reply, SRefCon
169169
QString fileName = *myIterator;
170170
qgis->openLayer(fileName);
171171
}
172-
break;
173172
}
174173
}
175174
return noErr;

0 commit comments

Comments
 (0)