Page MenuHomePhorge

itemsavejob.h
No OneTemporary

itemsavejob.h

/*
* This file is part of the KDE Baloo Project
* Copyright (C) 2013 Vishesh Handa <me@vhanda.in>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2.1 of the License, or (at your option) version 3, or any
* later version accepted by the membership of KDE e.V. (or its
* successor approved by the membership of KDE e.V.), which shall
* act as a proxy defined in Section 6 of version 3 of the license.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library. If not, see <http://www.gnu.org/licenses/>.
*
*/
#ifndef ITEMSAVEJOB_H
#define ITEMSAVEJOB_H
#include "core_export.h"
#include <KJob>
namespace Baloo {
class Item;
class BALOO_CORE_EXPORT ItemSaveJob : public KJob
{
Q_OBJECT
public:
explicit ItemSaveJob(QObject* parent = 0);
virtual ~ItemSaveJob();
Q_SIGNALS:
void itemSaved(const Baloo::Item& item);
};
}
#endif // ITEMSAVEJOB_H

File Metadata

Mime Type
text/x-c++
Expires
Fri, Nov 1, 8:31 AM (1 d, 6 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
10075065
Default Alt Text
itemsavejob.h (1 KB)

Event Timeline