/branches/Version14x/Scribus/scribus/plugins/gettext/pdbim/pdbim.cpp |
---|
63,6 → 63,12 |
loadFile(fname); |
} |
PdbIm::~PdbIm() |
{ |
if (m_buf) |
delete m_buf; |
} |
void PdbIm::write() |
{ |
QTextCodec *codec; |
/branches/Version14x/Scribus/scribus/plugins/gettext/pdbim/pdbim.h |
---|
119,7 → 119,7 |
\param enc user selected text encoding. See encoding attr. |
\param w a reference to the gtWriter instance */ |
PdbIm(const QString& fname, const QString& enc, gtWriter *w); |
~PdbIm(){}; |
~PdbIm(); |
/*! \brief Write data into Scribus text frame. |
User should specify encoding of the imported text - it's recoded here. */ |
void write(); |