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();
}
Tp::enableWarnings
void enableWarnings(bool enable)
Definition: debug.cpp:163
Tp::registerTypes
void registerTypes()
Definition: types.cpp:42
Tp::enableDebug
void enableDebug(bool enable)
Definition: debug.cpp:159