##// END OF EJS Templates
A lot of refactoring:...
A lot of refactoring: QLopPlot now handle more than one plot. File browser uses QFileSystemModel and QItemView Wrapped QCustomPlot.

File last commit:

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