Itasca C++ Interface
ipfcthermalmodule.h
1 #pragma once
2 // ipfcthermalmodule.h
3 
4 #include "shared/interface/signal.h"
5 
6 namespace pfcthermal {
8  public:
9  using prop_signal = shared::Signal<const QString &,const QVariant &>;
10  };
11 }
Definition: ipfcthermalmodule.h:7