Changeset c8cb0d for src/Actions/ActionStatusList.cpp
- Timestamp:
- Dec 26, 2025, 9:40:14 PM (6 weeks ago)
- Branches:
- Candidate_v1.7.1, stable
- Children:
- 033646
- Parents:
- f2d5ce
- git-author:
- Frederik Heber <frederik.heber@…> (12/10/25 16:15:28)
- git-committer:
- Frederik Heber <frederik.heber@…> (12/26/25 21:40:14)
- File:
-
- 1 edited
-
src/Actions/ActionStatusList.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/Actions/ActionStatusList.cpp
rf2d5ce rc8cb0d 42 42 43 43 ActionStatusList::ActionStatusList() : 44 Observable("ActionStatusList") 45 { 46 Channels *OurChannel = new Channels; 47 Observable::insertNotificationChannel( std::make_pair(static_cast<Observable *>(this), OurChannel) ); 48 // add instance for each notification type 49 for (size_t type = 0; type < NotificationType_MAX; ++type) 50 OurChannel->addChannel(type); 51 } 44 Observable("ActionStatusList", NotificationType_MAX) 45 {} 52 46 53 47 ActionStatusList::~ActionStatusList()
Note:
See TracChangeset
for help on using the changeset viewer.
