##// END OF EJS Templates
Added Python Console and some Wrappers....
Added Python Console and some Wrappers. More code cleaning, WIP.

File last commit:

r5:92e4585e8fab default
r5:92e4585e8fab default
Show More
qlopdata.cpp
12 lines | 111 B | text/x-c | CppLexer
#include "qlopdata.h"
QLopData::QLopData(QObject *parent) : QObject(parent)
{
}
QLopData::~QLopData()
{
}