mirror of
https://github.com/gnustep/libs-gdl2.git
synced 2025-04-22 04:40:44 +00:00
* 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:
parent
b52b24fe0b
commit
c8abdfcc7a
2 changed files with 6 additions and 0 deletions
|
@ -60,6 +60,8 @@
|
|||
- (EOEntity *)selectedEntity
|
||||
{
|
||||
NSInteger row;
|
||||
NSLog(@"EntityInspector selectedEntity not implemented");
|
||||
#warning implement selectedEntity
|
||||
return nil;
|
||||
// NSInteger row = [destinationEntityBrowser selectedRow];
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue