7 lines
96 B
C++
7 lines
96 B
C++
#include "SprinklerMgr.h"
|
|
|
|
CSprinklerMgr::CSprinklerMgr(QObject *parent) : QObject(parent)
|
|
{
|
|
|
|
}
|