File: heater.rep

package info (click to toggle)
qt6-remoteobjects 6.8.2-2
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 3,832 kB
  • sloc: cpp: 20,582; sh: 29; makefile: 23
file content (7 lines) | stat: -rw-r--r-- 128 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
#include <QtCore>

class Heater
{
    PROP(bool heaterPoweredOn=true);
    PROP(int currentTemperature=20 SOURCEONLYSETTER);
};