##// END OF EJS Templates
Implements execute() method of desync operation...
Implements execute() method of desync operation desync is also made for the delete operation

File last commit:

r780:b0b8b5ec2893
r1241:5f4e5de2ac36
Show More
MockDefs.cpp
7 lines | 286 B | text/x-c | CppLexer
#include "MockDefs.h"
const QString COSINUS_FREQUENCY_KEY = QStringLiteral("cosinusFrequency");
const QVariant COSINUS_FREQUENCY_DEFAULT_VALUE = 60.;
const QString COSINUS_TYPE_KEY = QStringLiteral("cosinusType");
const QVariant COSINUS_TYPE_DEFAULT_VALUE = QStringLiteral("scalar");