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

(f0cefe48a1fe36e1374d0f4525332dc37e17aebf)

#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 QT_BEGIN_NAMESPACE 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 73 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()

static QT_BEGIN_NAMESPACE QString xmlProtect ( const QString & str)
static

Definition at line 17 of file phrase.cpp.