Akonadi::TransactionCommitJob

Search for usage in LXR

Akonadi::TransactionCommitJob Class Reference

#include <transactionjobs.h>

Inherits Akonadi::TransactionJob.

Public Member Functions

 TransactionCommitJob (QObject *parent)
 
 ~TransactionCommitJob () override
 

Detailed Description

Job that commits a session-global transaction.

This job commits all changes of this transaction.

Author
Volker Krause vkrau.nosp@m.se@k.nosp@m.de.or.nosp@m.g

Definition at line 102 of file transactionjobs.h.

Constructor & Destructor Documentation

◆ TransactionCommitJob()

TransactionCommitJob::TransactionCommitJob ( QObject * parent)
explicit

Creates a new transaction commit job.

The parent must be the same parent as for the TransactionBeginJob.

Parameters
parentThe parent job or Session, must not be 0.

Definition at line 79 of file transactionjobs.cpp.

◆ ~TransactionCommitJob()

TransactionCommitJob::~TransactionCommitJob ( )
override

Destroys the transaction commit job.

Definition at line 84 of file transactionjobs.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:13:39 by doxygen 1.10.0 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.