Freeciv21
Develop your civilization from humble roots to a global empire
astring.h
Go to the documentation of this file.
1 /**************************************************************************
2  Copyright (c) 1996-2020 Freeciv21 and Freeciv contributors. This file is
3  __ __ part of Freeciv21. Freeciv21 is free software: you can
4 / \\..// \ redistribute it and/or modify it under the terms of the GNU
5  ( oo ) General Public License as published by the Free Software
6  \__/ Foundation, either version 3 of the License, or (at your
7  option) any later version. You should have received
8  a copy of the GNU General Public License along with Freeciv21. If not,
9  see https://www.gnu.org/licenses/.
10 **************************************************************************/
11 
12 #pragma once
13 
14 #include <QString>
15 #include <QVector>
16 
17 QString strvec_to_or_list(const QVector<QString> &psv);
18 QString strvec_to_and_list(const QVector<QString> &psv);
19 QString break_lines(const QString &src, int after);
20 QString qendl();
QString strvec_to_and_list(const QVector< QString > &psv)
Definition: astring.cpp:43
QString break_lines(const QString &src, int after)
Definition: astring.cpp:68
QString strvec_to_or_list(const QVector< QString > &psv)
Definition: astring.cpp:20
QString qendl()
Definition: astring.cpp:65