annotate d2/qt/core/QLineF.d @ 364:a084e2df3776

Preparing for non-QObject meta-objects. Now meta-objects for static types can be uniformly accessed using meta!T
author Max Samukha <maxter@maxter.com>
date Fri, 11 Jun 2010 12:16:09 +0300
parents 96a75b1e5b26
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
188
7dd099050621 initial commit for D2 support
eldar
parents:
diff changeset
1 module qt.core.QLineF;
7dd099050621 initial commit for D2 support
eldar
parents:
diff changeset
2 /* dummy */
7dd099050621 initial commit for D2 support
eldar
parents:
diff changeset
3
7dd099050621 initial commit for D2 support
eldar
parents:
diff changeset
4 public import qt.core.QLine;