keduca
main.cpp File Reference
#include <kcmdlineargs.h>
#include <kapplication.h>
#include <kaboutdata.h>
#include <kdebug.h>
#include <qfileinfo.h>
#include "keducabuilder.h"
Include dependency graph for uilder/main.cpp:

Go to the source code of this file.
Functions | |
int | main (int argc, char *argv[]) |
Variables | |
static const char | description [] = I18N_NOOP("Form-based tests and exams builder") |
static KCmdLineOptions | options [] |
static const char | version [] = "1.2.0" |
Function Documentation
int main | ( | int | argc, | |
char * | argv[] | |||
) |
Definition at line 35 of file uilder/main.cpp.
Variable Documentation
const char description[] = I18N_NOOP("Form-based tests and exams builder") [static] |
Definition at line 26 of file uilder/main.cpp.
KCmdLineOptions options[] [static] |
Initial value:
{ { "+file", I18N_NOOP("File to load"), 0 }, KCmdLineLastOption }
Definition at line 29 of file uilder/main.cpp.
const char version[] = "1.2.0" [static] |
Definition at line 27 of file uilder/main.cpp.