Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
phrase.cpp File Reference

(37a4d711555f1876a5d861da556160e90d5f4e33)

#include "phrase.h"
#include "translator.h"
#include "xmlparser.h"
#include <QApplication>
#include <QFile>
#include <QFileInfo>
#include <QMessageBox>
#include <QTextStream>
#include <QXmlStreamReader>
Include dependency graph for phrase.cpp:

Go to the source code of this file.

Classes

class  QphHandler

Functions

static QString xmlProtect (const QString &str)
bool operator== (const Phrase &p, const Phrase &q)

Function Documentation

◆ operator==()

bool operator== ( const Phrase & p,
const Phrase & q )

Definition at line 75 of file phrase.cpp.

References Phrase::phraseBook().

Referenced by operator!=().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ xmlProtect()

QString xmlProtect ( const QString & str)
static

Definition at line 19 of file phrase.cpp.