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

File last commit:

r4:b41a5ed0a855 default
r5:92e4585e8fab default
Show More
qlopservice.cpp
12 lines | 126 B | text/x-c | CppLexer
/ src / Core / qlopservice.cpp
A lot of cleaning.
r4 #include "qlopservice.h"
QLopService::QLopService(QObject *parent) : QObject(parent)
{
}
QLopService::~QLopService()
{
}