KSyntaxHighlighting
definitiondownloader.h
33 * QObject::connect(downloader, &DefinitionDownloader::informationMessage, [](const QString &msg) {
void done()
This signal is emitted when there are no pending downloads anymore.
DefinitionDownloader(Repository *repo, QObject *parent=nullptr)
Constructor.
Definition definitiondownloader.cpp:149
void informationMessage(const QString &msg)
Prints the information about the current state of the definition files.
Q_SCRIPTABLE Q_NOREPLY void start()
Syntax highlighting engine for Kate syntax definitions.
Definition abstracthighlighter.h:17
QObject(QObject *parent)
Q_OBJECTQ_OBJECT
Q_SIGNALSQ_SIGNALS
QObject * parent() const const
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 24 2025 11:48:02 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 24 2025 11:48:02 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.