Skip to content

Commit

Permalink
fix dependencies [feenkcom/gtoolkit#3983]
Browse files Browse the repository at this point in the history
  • Loading branch information
JurajKubelka committed Oct 22, 2024
1 parent b253760 commit 42e0427
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
Extension { #name : #GtSearchScopedMethodsClassHierarchyScope }

{ #category : #'*GToolkit-Pharo-Coder-UI' }
GtSearchScopedMethodsClassHierarchyScope >> icon [
^ BrGlamorousIcons verticaltree asElement
]
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,6 @@ GtSearchScopedMethodsClassHierarchyScope >> gtIconName [
^ #class
]

{ #category : #accessing }
GtSearchScopedMethodsClassHierarchyScope >> icon [
^ BrGlamorousIcons verticaltree asElement
]

{ #category : #testing }
GtSearchScopedMethodsClassHierarchyScope >> includesMethod: aCompiledMethod [
<return: #Boolean>
Expand Down

0 comments on commit 42e0427

Please sign in to comment.