11 #include <QApplication>
12 #include <QStringList>
15 #include "terminalparser.hpp"
17 #include "exception.hpp"
20 bool TerminalParse(
int argc,
char *argv[])
26 args.append(QString(argv[i]));
43 int main(
int argc,
char *argv[])
48 if (!TerminalParse(argc, argv))
static void Log(QString Message)
Write text to terminal as well as ring log.
Parses the data provided by user.
Overwrite of qapplication so that we can reimplement notify.
Window that is displayed as first when huggle is started.
QString Message
Reason for crash.
Every exception raised by huggle is defined by this class.
static void Init()
Function which is called as one of first when huggle is loaded.
static Login * f_Login
Login form.