Home · Modules · All Classes · All Namespaces
protocols/main.cpp
#include <TelepathyQt/Debug>
#include <TelepathyQt/Constants>
#include <TelepathyQt/Types>
#include <QDebug>
#include <QtCore>
#include "protocols.h"
int main(int argc, char **argv)
{
QCoreApplication app(argc, argv);
Protocols protocols;
return app.exec();
}