Skip to content
Snippets Groups Projects
Select Git revision
  • master
  • v0.9
  • v0.8
  • v0.7
  • v0.6
  • v0.5
  • v0.4
  • v0.2
  • v0.1
9 results

vairdraw-src

sdegrande's avatar
sdegrande authored
Currently, we use:
  publish(ISignal{"signal-name", signalValue});

This patch replaces it with (T being the signal type, or void):
  publish(Signal<T>{"signal-name", signalValue});

This is rather cosmetic, but it explicitly denotes the signal type, and
thus helps reading and understanding the code.
45712caf
History
Name Last commit Last update