KDECore
#include "kcmdlineargs.h"
#include <kdebug.h>
#include <config.h>
#include <sys/param.h>
#include <assert.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
#include <locale.h>
#include <QtCore/QDir>
#include <QtCore/QFile>
#include <QtCore/QHash>
#include <QtCore/QTextCodec>
#include "kaboutdata.h"
#include "klocale.h"
#include "kdeversion.h"
#include "kcomponentdata.h"
#include "kglobal.h"
#include "kurl.h"
#include "kuitsemantics_p.h"
Go to the source code of this file.
Macros | |
#define | DISPLAY "DISPLAY" |
Variables | |
static char ** | s_qt_argv |
Macro Definition Documentation
◆ DISPLAY
#define DISPLAY "DISPLAY" |
Definition at line 75 of file kcmdlineargs.cpp.
Variable Documentation
◆ s_qt_argv
|
static |
Definition at line 1008 of file kcmdlineargs.cpp.
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Mon Feb 20 2023 00:00:00 by doxygen 1.9.6 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2023 The KDE developers.
Generated on Mon Feb 20 2023 00:00:00 by doxygen 1.9.6 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.