Nepomuk-Core
Go to the documentation of this file.
23 #include <KCmdLineArgs>
24 #include <KApplication>
25 #include <TelepathyQt/Debug>
26 #include <TelepathyQt/Types>
28 int main(
int argc,
char **argv)
30 KAboutData aboutData(
"ktp-debugger", 0,
31 ki18n(
"KDE Telepathy Debug Tool"),
33 ki18n(
"Tool for inspecting logs of the various underlying telepathy components"),
34 KAboutData::License_LGPL,
35 ki18n(
"Copyright (C) 2011 Collabora Ltd."));
36 aboutData.addAuthor(ki18n(
"George Kiagiadakis"), ki18n(
"Developer"),
37 "george.kiagiadakis@collabora.com");
39 KCmdLineArgs::init(argc, argv, &aboutData);
43 Tp::enableDebug(
true);
44 Tp::enableWarnings(
true);
This file is part of the KDE documentation.
Documentation copyright © 1996-2013 The KDE developers.
Generated on Fri Mar 22 2013 10:58:52 by
doxygen 1.8.1.2 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.