Add some different xPL implementations done by Telldus
This commit is contained in:
parent
deebf2045e
commit
d4b46c71ec
21 changed files with 2285 additions and 0 deletions
12
xpl/qtxpl/main.cpp
Normal file
12
xpl/qtxpl/main.cpp
Normal file
|
@ -0,0 +1,12 @@
|
|||
#include <QtCore/QCoreApplication>
|
||||
|
||||
#include "xplinstance.h"
|
||||
|
||||
int main(int argc, char *argv[])
|
||||
{
|
||||
QCoreApplication a(argc, argv);
|
||||
|
||||
/*xPLInstance *instance = */new xPLInstance("telldus", "center");
|
||||
|
||||
return a.exec();
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue