Page MenuHomePhorge

xmlobjecttest.h
No OneTemporary

Authored By
Unknown
Size
959 B
Referenced Files
None
Subscribers
None

xmlobjecttest.h

/*
* Copyright (C) 2012 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 XMLOBJECTTEST_H
#define XMLOBJECTTEST_H
#include <QObject>
class XMLObjectTest: public QObject
{
Q_OBJECT
private slots:
void testEvent();
void testDontCrash();
};
#endif // XMLOBJECTTEST_H

File Metadata

Mime Type
text/x-c
Expires
Sun, Apr 5, 11:27 PM (1 w, 5 d ago)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
b8/e9/c4cdbc00d44fc8814b94d6c49660
Default Alt Text
xmlobjecttest.h (959 B)

Event Timeline