console/kabcclient
#include "formatfactory.h"
#include "inputformat.h"
#include "kabcclient.h"
#include "outputformat.h"
#include <iostream>
#include <sstream>
#include <stdlib.h>
#include <QtCore/QFileInfo>
#include <kaboutdata.h>
#include <kapplication.h>
#include <kcmdlineargs.h>
#include <klocalizedstring.h>
Include dependency graph for main.cpp:
Go to the source code of this file.
Functions | |
void | avoidQPixmapWarning (QtMsgType type, const char *msg) |
bool | checkForCodecHelp (KCmdLineArgs *args) |
bool | checkForFormatHelp (KCmdLineArgs *args, FormatFactory *factory) |
int | handleKABC2Mutt (int argc, char **argv) |
int | main (int argc, char **argv) |
QString | optionAsString (KCmdLineArgs *args, const char *option) |
Variables | |
static const char | version [] = "0.8.1" |
Function Documentation
void avoidQPixmapWarning | ( | QtMsgType | type, |
const char * | msg | ||
) |
bool checkForFormatHelp | ( | KCmdLineArgs * | args, |
FormatFactory * | factory | ||
) |
QString optionAsString | ( | KCmdLineArgs * | args, |
const char * | option | ||
) |
Variable Documentation
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:55:02 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:55:02 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.