Passing to PResenter instead of model (pharo8 ) and removing an unused grafoscopio links model
This commit is contained in:
parent
4118724ab4
commit
c9457c0e60
@ -5,7 +5,7 @@ I'm responsable for showing the links and selecting them.
|
||||
"
|
||||
Class {
|
||||
#name : #GrafoscopioLinksList,
|
||||
#superclass : #ComposableModel,
|
||||
#superclass : #ComposablePresenter,
|
||||
#instVars : [
|
||||
'links'
|
||||
],
|
||||
|
@ -1,8 +0,0 @@
|
||||
Class {
|
||||
#name : #GrafoscopioLinkstModel,
|
||||
#superclass : #ComposableModel,
|
||||
#instVars : [
|
||||
'links'
|
||||
],
|
||||
#category : #'Grafoscopio-UI'
|
||||
}
|
Loading…
Reference in New Issue
Block a user