#include "processor.h"
#include "phpout.h"
#include "qtout.h"
#include "htmlout.h"
#include "schemaout.h"
#include "soapout.h"
#include "domquery.h"
#include <QCoreApplication>
#include <QDateTime>
#include <QDebug>
#include <QDir>
#include <QDomDocument>
#include <QDomElement>
#include <QProcess>
#include <QUrl>
#include <stdlib.h>
Classes | |
class | GP |
internal helper class for the procGit parser routine More... | |
Functions | |
QList< QDomElement > | elementsByTagName (const QDomElement &root, QString tag) |
static bool | procGit (const QStringList ¶m, QStringList &ret, const QString &tgt, const QString &git) |
static QString | getLocalUser () |
static QString | getXmlNamespace (QString f) |
Variables | |
const GP | gp |
QList<QDomElement> elementsByTagName | ( | const QDomElement & | root, | |
QString | tag | |||
) |
static QString getLocalUser | ( | ) | [inline, static] |
static QString getXmlNamespace | ( | QString | f | ) | [inline, static] |
static bool procGit | ( | const QStringList & | param, | |
QStringList & | ret, | |||
const QString & | tgt, | |||
const QString & | git | |||
) | [static] |