Guitar
Functions | Variables
main.cpp File Reference
#include "ApplicationGlobal.h"
#include "ApplicationSettings.h"
#include "AvatarLoader.h"
#include "CommitLogTableWidget.h"
#include "GeneratedCommitMessage.h"
#include "MainWindow.h"
#include "MySettings.h"
#include "RepositoryModel.h"
#include "SettingGeneralForm.h"
#include "common/joinpath.h"
#include "webclient.h"
#include <QApplication>
#include <QDebug>
#include <QDir>
#include <QMessageBox>
#include <QProxyStyle>
#include <QStandardPaths>
#include <QTranslator>
#include <csignal>
#include <string>
#include "udplogger/RemoteLogger.h"
Include dependency graph for main.cpp:

Functions

void logHandler (QtMsgType type, const QMessageLogContext &context, const QString &msg)
 
void setEnvironmentVariable (QString const &name, QString const &value)
 
void onSigTerm (int)
 
void onSigPipe (int)
 
int genmsg ()
 
int main (int argc, char *argv[])
 

Variables

ApplicationGlobalglobal = nullptr
 

Function Documentation

◆ genmsg()

int genmsg ( )
Here is the call graph for this function:

◆ logHandler()

void logHandler ( QtMsgType  type,
const QMessageLogContext &  context,
const QString &  msg 
)
Here is the call graph for this function:

◆ main()

int main ( int  argc,
char *  argv[] 
)
Here is the call graph for this function:

◆ onSigPipe()

void onSigPipe ( int  )
Here is the call graph for this function:

◆ onSigTerm()

void onSigTerm ( int  )

◆ setEnvironmentVariable()

void setEnvironmentVariable ( QString const &  name,
QString const &  value 
)

Variable Documentation

◆ global

ApplicationGlobal* global = nullptr