Home
last modified time | relevance | path

Searched refs:QueueItemDupedSignal (Results 1 – 1 of 1) sorted by relevance

/dports/games/freeorion/freeorion-0.4.10.2/UI/
H A DProductionWnd.cpp687 boost::signals2::signal<void (GG::ListBox::iterator)> QueueItemDupedSignal; member in __anonabd8f7920111::ProdQueueListBox
705 auto dupe_action = [&it, this]() { this->QueueItemDupedSignal(it); }; in ItemRightClickedImpl()
895 m_queue_wnd->GetQueueListBox()->QueueItemDupedSignal.connect( in CompleteConstruction()