BiblioteQ
Source
biblioteq_myqstring.h
1
#ifndef _BIBLIOTEQ_MYQSTRING_H_
2
#define _BIBLIOTEQ_MYQSTRING_H_
3
4
#include <QString>
5
6
class
biblioteq_myqstring
:
public
QString
7
{
8
public
:
9
biblioteq_myqstring
(
const
QString &str);
10
biblioteq_myqstring
(
const
char
*str);
11
QString prepConfigString(
const
QString &str,
12
const
bool
ignore_embedded_comments =
false
);
13
static
QString escape(
const
QString &str,
14
const
bool
caseinsensitive =
false
);
15
};
16
17
#endif
biblioteq_myqstring
Definition:
biblioteq_myqstring.h:6
Generated by
1.8.13