Home · All Classes · All Namespaces · Modules · Functions · Files |
#include <TelepathyQt4/Debug> #include <TelepathyQt4/Types> #include <QDebug> #include <QtGui> #include "roster-window.h" int main(int argc, char **argv) { QApplication app(argc, argv); if (argc < 2) { qDebug() << "usage: roster account"; return 1; } Tp::registerTypes(); Tp::enableDebug(true); Tp::enableWarnings(true); QString accountPath = QLatin1String(argv[1]); RosterWindow w(accountPath); w.show(); return app.exec(); }
Copyright © 2008-2011 Collabora Ltd. and Nokia Corporation |
Telepathy-Qt4 0.6.5
|