The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Qt::Core::QLatin1String

PUBLIC METHODS

QLatin1String(const char * s)
const char * latin1()
bool operator!=(const QString & s)
bool operator!=(const char * s)
bool operator<(const QString & s)
bool operator<(const char * s)
bool operator<=(const QString & s)
bool operator<=(const char * s)
QLatin1String & operator=(const QLatin1String & other)
bool operator==(const QString & s)
bool operator==(const char * s)
bool operator>(const QString & s)
bool operator>(const char * s)
bool operator>=(const QString & s)
bool operator>=(const char * s)

ENUM VALUES

EXPORT

None by default.

AUTHOR

Dongxu Ma <dongxu@cpan.org>

COPYRIGHT AND LICENSE

Copyright (C) 2011 - 2012 by Dongxu Ma

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

See http://dev.perl.org/licenses/artistic.html