##// END OF EJS Templates
Removed hack from QCustomPlot, moved to QCustomPlotVect class.
Removed hack from QCustomPlot, moved to QCustomPlotVect class.

File last commit:

r4:b41a5ed0a855 default
r7:6e23aedd1ca8 default
Show More
qlopservice.cpp
12 lines | 126 B | text/x-c | CppLexer
#include "qlopservice.h"
QLopService::QLopService(QObject *parent) : QObject(parent)
{
}
QLopService::~QLopService()
{
}