mirror of
https://github.com/transmission/transmission.git
synced 2025-12-20 10:28:32 +00:00
Add missing GroupPopUpButtonCell and PriorityPopUpButtonCell to CMakeLists.txt (#4417)
This commit is contained in:
@@ -58,6 +58,7 @@ set(${PROJECT_NAME}_SOURCES
|
|||||||
GlobalOptionsPopoverViewController.mm
|
GlobalOptionsPopoverViewController.mm
|
||||||
GroupTextCell.mm
|
GroupTextCell.mm
|
||||||
GroupToolbarItem.mm
|
GroupToolbarItem.mm
|
||||||
|
GroupPopUpButtonCell.mm
|
||||||
GroupsController.mm
|
GroupsController.mm
|
||||||
GroupsPrefsController.mm
|
GroupsPrefsController.mm
|
||||||
InfoActivityViewController.mm
|
InfoActivityViewController.mm
|
||||||
@@ -83,9 +84,11 @@ set(${PROJECT_NAME}_SOURCES
|
|||||||
PredicateEditorRowTemplateAny.mm
|
PredicateEditorRowTemplateAny.mm
|
||||||
PrefsController.mm
|
PrefsController.mm
|
||||||
PrefsWindow.mm
|
PrefsWindow.mm
|
||||||
|
PriorityPopUpButtonCell.mm
|
||||||
ProgressGradients.mm
|
ProgressGradients.mm
|
||||||
ShareToolbarItem.mm
|
ShareToolbarItem.mm
|
||||||
ShareTorrentFileHelper.mm
|
ShareTorrentFileHelper.mm
|
||||||
|
SparkleProxy.mm
|
||||||
StatsWindowController.mm
|
StatsWindowController.mm
|
||||||
StatusBarController.mm
|
StatusBarController.mm
|
||||||
StatusBarView.mm
|
StatusBarView.mm
|
||||||
@@ -112,6 +115,7 @@ set(${PROJECT_NAME}_HEADERS
|
|||||||
BlocklistScheduler.h
|
BlocklistScheduler.h
|
||||||
BonjourController.h
|
BonjourController.h
|
||||||
ButtonToolbarItem.h
|
ButtonToolbarItem.h
|
||||||
|
CocoaCompatibility.h
|
||||||
ColorTextField.h
|
ColorTextField.h
|
||||||
Controller.h
|
Controller.h
|
||||||
CreatorWindowController.h
|
CreatorWindowController.h
|
||||||
@@ -129,6 +133,7 @@ set(${PROJECT_NAME}_HEADERS
|
|||||||
FilterBarView.h
|
FilterBarView.h
|
||||||
FilterButton.h
|
FilterButton.h
|
||||||
GlobalOptionsPopoverViewController.h
|
GlobalOptionsPopoverViewController.h
|
||||||
|
GroupPopUpButtonCell.h
|
||||||
GroupToolbarItem.h
|
GroupToolbarItem.h
|
||||||
GroupsController.h
|
GroupsController.h
|
||||||
GroupsPrefsController.h
|
GroupsPrefsController.h
|
||||||
@@ -155,6 +160,7 @@ set(${PROJECT_NAME}_HEADERS
|
|||||||
PredicateEditorRowTemplateAny.h
|
PredicateEditorRowTemplateAny.h
|
||||||
PrefsController.h
|
PrefsController.h
|
||||||
PrefsWindow.h
|
PrefsWindow.h
|
||||||
|
PriorityPopUpButtonCell.h
|
||||||
ProgressGradients.h
|
ProgressGradients.h
|
||||||
ShareToolbarItem.h
|
ShareToolbarItem.h
|
||||||
ShareTorrentFileHelper.h
|
ShareTorrentFileHelper.h
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
// This file Copyright © 2007-2022 Transmission authors and contributors.
|
// This file Copyright © 2022 Transmission authors and contributors.
|
||||||
// It may be used under the MIT (SPDX: MIT) license.
|
// It may be used under the MIT (SPDX: MIT) license.
|
||||||
// License text can be found in the licenses/ folder.
|
// License text can be found in the licenses/ folder.
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
// This file Copyright © 2007-2022 Transmission authors and contributors.
|
// This file Copyright © 2022 Transmission authors and contributors.
|
||||||
// It may be used under the MIT (SPDX: MIT) license.
|
// It may be used under the MIT (SPDX: MIT) license.
|
||||||
// License text can be found in the licenses/ folder.
|
// License text can be found in the licenses/ folder.
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
// This file Copyright © 2007-2022 Transmission authors and contributors.
|
// This file Copyright © 2022 Transmission authors and contributors.
|
||||||
// It may be used under the MIT (SPDX: MIT) license.
|
// It may be used under the MIT (SPDX: MIT) license.
|
||||||
// License text can be found in the licenses/ folder.
|
// License text can be found in the licenses/ folder.
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
// This file Copyright © 2007-2022 Transmission authors and contributors.
|
// This file Copyright © 2022 Transmission authors and contributors.
|
||||||
// It may be used under the MIT (SPDX: MIT) license.
|
// It may be used under the MIT (SPDX: MIT) license.
|
||||||
// License text can be found in the licenses/ folder.
|
// License text can be found in the licenses/ folder.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user