MessageComposer::MessageComposerSettings

Search for usage in LXR

MessageComposer::MessageComposerSettings Class Reference

#include <messagecomposersettings.h>

Inherits MessageComposer::MessageComposerSettingsBase.

Public Member Functions

void requestSync ()
 

Static Public Member Functions

static MessageComposerSettingsself ()
 

Detailed Description

The MessageComposerSettings class.

Definition at line 21 of file messagecomposersettings.h.

Member Function Documentation

◆ requestSync()

void MessageComposerSettings::requestSync ( )

Call this slot instead of directly KConfig::sync() to minimize the overall config writes.

Calling this slot will schedule a sync of the application config file using a timer, so that many consecutive calls can be condensed into a single sync, which is more efficient.

Definition at line 33 of file messagecomposersettings.cpp.

◆ self()

MessageComposerSettings * MessageComposerSettings::self ( )
static

Definition at line 16 of file messagecomposersettings.cpp.


The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Tue Mar 26 2024 11:12:44 by doxygen 1.10.0 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.