~ps-jenkins/cordova-ubuntu/latestsnapshot-2.8.0+14.04.20140130.3-0ubuntu1

« back to all changes in this revision

Viewing changes to src/cplugin.h

  • Committer: Maxim Ermilov
  • Date: 2013-08-15 23:39:31 UTC
  • Revision ID: maxim.ermilov@canonical.com-20130815233931-xph0qwxvgczv30ll
cplugin::cb: better handle float

Show diffs side-by-side

added added

removed removed

Lines of Context:
60
60
    QString format(const QByteArray &t);
61
61
    QString format(const char* const t);
62
62
    QString format(const double &t);
 
63
    QString format(const float &t);
63
64
    QString format(const QVariant &t);
64
65
    QString format(const QVariantMap &t);
65
66