mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-09 05:28:09 +08:00
Some fixes for interpolation setups
* added missing signal * refresh list on reload button press * display pitch value * list ctor for single object
This commit is contained in:
committed by
Mat Sutcliffe
parent
9b031bb582
commit
148368ca0c
@@ -35,6 +35,9 @@ namespace BlackMisc
|
||||
//! Default constructor.
|
||||
CInterpolationSetupList();
|
||||
|
||||
//! Single object
|
||||
CInterpolationSetupList(const CInterpolationAndRenderingSetupPerCallsign &setup);
|
||||
|
||||
//! Construct from a base class object.
|
||||
CInterpolationSetupList(const CSequence<CInterpolationAndRenderingSetupPerCallsign> &other);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user