##// END OF EJS Templates
Removed useless function in Variable class...
Removed useless function in Variable class Signed-off-by: Alexis Jeandet <alexis.jeandet@member.fsf.org>

File last commit:

r29:ab4890d233e8
r29:ab4890d233e8
Show More
TestVariable.cpp
23 lines | 330 B | text/x-c | CppLexer
#include <Variable/Variable.h>
#include <Data/ScalarSeries.h>
#include <QObject>
#include <QtTest>
#include <memory>
class TestVariable : public QObject {
Q_OBJECT
private slots:
void initTestCase() { QSKIP("Please Write me! .·´¯`(>▂<)´¯`·. "); }
};
QTEST_MAIN(TestVariable)
#include "TestVariable.moc"