~ubuntu-branches/ubuntu/precise/konsole/precise-proposed

« back to all changes in this revision

Viewing changes to src/konsole_wcwidth.h

  • Committer: Package Import Robot
  • Author(s): Jonathan Riddell
  • Date: 2011-12-16 13:14:43 UTC
  • mto: This revision was merged to the branch mainline in revision 8.
  • Revision ID: package-import@ubuntu.com-20111216131443-rhdplbmmuxntat3k
Tags: upstream-4.7.90
ImportĀ upstreamĀ versionĀ 4.7.90

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
#define KONSOLE_WCWIDTH_H
8
8
 
9
9
// Qt
10
 
#include <QtCore/QBool>
11
10
#include <QtCore/QString>
12
11
 
13
12
int konsole_wcwidth(quint16 ucs);
14
 
#if 0
15
 
int konsole_wcwidth_cjk(Q_UINT16 ucs);
16
 
#endif
 
13
int konsole_wcwidth_cjk(quint16 ucs);
17
14
 
18
 
int string_width( const QString &txt );
 
15
int string_width( const QString& text );
19
16
 
20
17
#endif