kapptemplate
#include "%{APPNAMELC}.h"
#include <KDE/KApplication>
#include <KDE/KAboutData>
#include <KDE/KCmdLineArgs>
#include <KDE/KLocale>
Include dependency graph for templates/C++/kde-simple/src/main.cpp:
Go to the source code of this file.
Functions | |
int | main (int argc, char **argv) |
Variables | |
static const char | description [] |
static const char | version [] = "0.1" |
Function Documentation
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 33 of file templates/C++/kde-simple/src/main.cpp.
Variable Documentation
|
static |
Initial value:
=
I18N_NOOP("A very simple KDE 4 Application")
Definition at line 28 of file templates/C++/kde-simple/src/main.cpp.
|
static |
Definition at line 31 of file templates/C++/kde-simple/src/main.cpp.
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:39:44 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:39:44 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.