|
Cppcheck
|
#include <QApplication>#include <QCoreApplication>#include <QTextCodec>#include <QMetaType>#include <QStringList>#include <QSettings>#include <iostream>#include "cppcheck.h"#include "common.h"#include "mainwindow.h"#include "erroritem.h"#include "aboutdialog.h"#include "translationhandler.h"Go to the source code of this file.
Functions | |
| void | ShowUsage () |
| void | ShowVersion () |
| bool | CheckArgs (const QStringList &args) |
| int | main (int argc, char *argv[]) |
| bool CheckArgs | ( | const QStringList & | args | ) |
Definition at line 72 of file gui/main.cpp.
References ShowUsage(), and ShowVersion().
Referenced by main().
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
Definition at line 42 of file gui/main.cpp.
References CheckArgs(), TranslationHandler::SetLanguage(), SETTINGS_LANGUAGE, and TranslationHandler::SuggestLanguage().
| void ShowUsage | ( | ) |
Definition at line 85 of file gui/main.cpp.
Referenced by CheckArgs().
| void ShowVersion | ( | ) |
Definition at line 109 of file gui/main.cpp.
References CppCheck::extraVersion(), and CppCheck::version().
Referenced by CheckArgs().
1.7.6.1