KIOSlave
#include "kcookieserver.h"#include <QtCore/QTimer>#include <QtCore/QFile>#include <QtDBus/QtDBus>#include <kconfig.h>#include <kdebug.h>#include <kcmdlineargs.h>#include <kstandarddirs.h>#include <kpluginfactory.h>#include <kpluginloader.h>#include <kwindowsystem.h>#include "kcookiejar.h"#include "kcookiewin.h"#include "kcookieserveradaptor.h"#include "kcookieserver.moc"Go to the source code of this file.
Macros | |
| #define | QL1C(x) QLatin1Char(x) |
| #define | QL1S(x) QLatin1String(x) |
| #define | SAVE_DELAY 3 |
Functions | |
| K_PLUGIN_FACTORY (KdedCookieServerFactory, registerPlugin< KCookieServer >();) enum CookieDetails | |
Macro Definition Documentation
◆ QL1C
| #define QL1C | ( | x | ) | QLatin1Char(x) |
Definition at line 48 of file kcookieserver.cpp.
◆ QL1S
| #define QL1S | ( | x | ) | QLatin1String(x) |
Definition at line 47 of file kcookieserver.cpp.
◆ SAVE_DELAY
| #define SAVE_DELAY 3 |
Definition at line 29 of file kcookieserver.cpp.
Function Documentation
◆ K_PLUGIN_FACTORY()
| K_PLUGIN_FACTORY | ( | KdedCookieServerFactory | , |
| registerPlugin< KCookieServer >(); | |||
| ) |
Definition at line 50 of file kcookieserver.cpp.
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Sat Jan 18 2020 19:03:43 by doxygen 1.8.15 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Sat Jan 18 2020 19:03:43 by doxygen 1.8.15 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.