Skip to content
This repository has been archived by the owner on May 30, 2023. It is now read-only.

Commit

Permalink
Make Encoding::getCodec public
Browse files Browse the repository at this point in the history
  • Loading branch information
execjosh committed Mar 24, 2013
1 parent da71c5f commit 54f1f60
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/encoding.h
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,11 @@ class Encoding
QString getName() const;
void setEncoding(const QString &encoding);

QTextCodec *getCodec() const;

static const Encoding UTF8;

private:
QTextCodec *getCodec() const;

QTextCodec *m_codec;
static const QByteArray DEFAULT_CODEC_NAME;
};
Expand Down

0 comments on commit 54f1f60

Please sign in to comment.