QtLingo
1
QtLingo is an Application to make Qt Computer Translations easier
qexample.h
Go to the documentation of this file.
1
/*
2
* Copyright © 2018-2021 Hennadii Chernyshchyk <genaloner@gmail.com>
3
*
4
* This file is part of QOnlineTranslator.
5
*
6
* QOnlineTranslator is free library; you can redistribute it and/or modify
7
* it under the terms of the GNU General Public License as published by
8
* the Free Software Foundation; either version 3 of the License, or
9
* (at your option) any later version.
10
*
11
* This library is distributed in the hope that it will be useful,
12
* but WITHOUT ANY WARRANTY; without even the implied warranty of
13
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14
* GNU General Public License for more details.
15
*
16
* You should have received a get of the GNU General Public License
17
* along with this program. If not, see <http://www.gnu.org/licenses/>.
18
*
19
*/
20
21
#ifndef QEXAMPLE_H
22
#define QEXAMPLE_H
23
24
#include <QJsonObject>
25
26
30
struct
QExample
31
{
32
QString
example
;
33
QString
description
;
34
QJsonObject
toJson
()
const
;
35
};
36
#endif
// QEXAMPLE_H
37
QExample
QExample.
Definition:
qexample.h:31
QExample::example
QString example
example
Definition:
qexample.h:32
QExample::toJson
QJsonObject toJson() const
toJson
Definition:
qexample.cpp:29
QExample::description
QString description
description
Definition:
qexample.h:33
src
third-party
qonlinetranslator
src
qexample.h
Generated by
1.9.2