Page MenuHomePhorge

kabcconversion.h
No OneTemporary

Authored By
Unknown
Size
1 KB
Referenced Files
None
Subscribers
None

kabcconversion.h

/*
* Copyright (C) 2011 Christian Mollekopf <mollekopf@kolabsys.com>
*
* This program 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 3 of the License, or
* (at your option) any later version.
*
* This program 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 program. If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef KOLABKABCCONVERSION_H
#define KOLABKABCCONVERSION_H
#include "kolab_export.h"
#include <kolab/kolabcontact.h>
#include <kabc/addressee.h>
namespace Kolab {
/**
* Conversion of Kolab-Containers to/from KABC Containers.
*
* TODO: There is no error handling other than qWarning used so far.
*/
namespace Conversion {
KOLAB_EXPORT KABC::Addressee toKABC(const Kolab::Contact &);
KOLAB_EXPORT Kolab::Contact fromKABC(const KABC::Addressee &);
};
};
#endif

File Metadata

Mime Type
text/x-c++
Expires
Sat, Apr 4, 4:52 AM (19 h, 46 m)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
75/50/0ea62ba51cca12f9110fdb7ab4b1
Default Alt Text
kabcconversion.h (1 KB)

Event Timeline