|
BibleTime
|
#include <iostream>#include <QDateTime>#include <QLibraryInfo>#include <QLocale>#include <QQmlEngine>#include <QTranslator>#include "../backend/bookshelfmodel/btbookshelftreemodel.h"#include "../backend/config/btconfig.h"#include "../backend/managers/cswordbackend.h"#include "../util/directory.h"#include "bibletime.h"#include "bibletimeapp.h"#include "display/modelview/btqmlinterface.h"#include "welcome/btwelcomedialog.h"#include <swmgr.h>Go to the source code of this file.
Namespaces | |
| namespace | anonymous_namespace{main.cpp} |
Functions | |
| int | main (int argc, char *argv[]) |
| int | anonymous_namespace{main.cpp}::parseCommandLine (bool &showDebugMessages, bool &ignoreSession, QString &openBibleKey) |
| void | anonymous_namespace{main.cpp}::printHelp (const QString &executable) |
| void | anonymous_namespace{main.cpp}::registerMetaTypes () |
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
Definition at line 154 of file main.cpp.
References btConfig(), util::directory::getUserHomeDir(), BibleTimeApp::initBtConfig(), BibleTimeApp::initDisplayTemplateManager(), BibleTimeApp::initIcons(), BibleTimeApp::initLightDarkPalette(), CSwordBackend::instance(), CSwordBackend::moduleList(), anonymous_namespace{main.cpp}::parseCommandLine(), r(), anonymous_namespace{main.cpp}::registerMetaTypes(), BibleTimeApp::setDebugMode(), and BibleTimeApp::startInit().