mirror of
https://github.com/transmission/transmission
synced 2025-01-03 05:25:52 +00:00
Add missing GroupTextCell.h (#4455)
This commit is contained in:
parent
1402cb2949
commit
25cc7c0021
1 changed files with 2 additions and 1 deletions
|
@ -56,9 +56,9 @@ set(${PROJECT_NAME}_SOURCES
|
|||
FilterBarView.mm
|
||||
FilterButton.mm
|
||||
GlobalOptionsPopoverViewController.mm
|
||||
GroupPopUpButtonCell.mm
|
||||
GroupTextCell.mm
|
||||
GroupToolbarItem.mm
|
||||
GroupPopUpButtonCell.mm
|
||||
GroupsController.mm
|
||||
GroupsPrefsController.mm
|
||||
InfoActivityViewController.mm
|
||||
|
@ -134,6 +134,7 @@ set(${PROJECT_NAME}_HEADERS
|
|||
FilterButton.h
|
||||
GlobalOptionsPopoverViewController.h
|
||||
GroupPopUpButtonCell.h
|
||||
GroupTextCell.h
|
||||
GroupToolbarItem.h
|
||||
GroupsController.h
|
||||
GroupsPrefsController.h
|
||||
|
|
Loading…
Reference in a new issue