package Qt::DBus::ObjectPath;
# THE FOLLOWING CODE IS AUTOMATED, ANY MODIFICATION WILL BE LOST!
# classname: QDBusObjectPath
# file : QtDBus/qdbusextratypes.h
use strict;
use warnings;
#use Carp;
our $VERSION = '0.01_01';
# FIXME: operator overload
1;
=head1 NAME
Qt::DBus::ObjectPath
=head1 PUBLIC METHODS
=over
=item QDBusObjectPath()
=item QDBusObjectPath(const char * path)
=item QDBusObjectPath(const QLatin1String & path)
=item QDBusObjectPath(const QString & path)
=item QDBusObjectPath & operator=(const QDBusObjectPath & path)
=item QString path()
=item void setPath(const QString & path)
=back
=head2 EXPORT
None by default.
=head1 AUTHOR
Dongxu Ma E<lt>dongxu@cpan.orgE<gt>
=head1 COPYRIGHT AND LICENSE
Copyright (C) 2011 - 2011 by Dongxu Ma
This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself.
See L<http://dev.perl.org/licenses/artistic.html>
=cut