* Apps/EOModelEditor/Inspectors/EntityInspector.m

add warning about method not implemented


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gdl2/trunk@36324 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
buzzdee 2013-03-10 12:18:33 +00:00
parent b52b24fe0b
commit c8abdfcc7a
2 changed files with 6 additions and 0 deletions

View file

@ -60,6 +60,8 @@
- (EOEntity *)selectedEntity
{
NSInteger row;
NSLog(@"EntityInspector selectedEntity not implemented");
#warning implement selectedEntity
return nil;
// NSInteger row = [destinationEntityBrowser selectedRow];

View file

@ -1,3 +1,7 @@
2013-03-10: Sebastian Reitenbach <sebastia@l00-bugdead-prods.de>
* Apps/EOModelEditor/Inspectors/EntityInspector.m
add warning about method not implemented
2013-03-08: Sebastian Reitenbach <sebastia@l00-bugdead-prods.de>
* Apps/EOModelEditor/EOMEDocument.h
make the header match the implementation, fixing