view mini/test1/main.d @ 368:185df9220ea7

Fixed startsWith. Implemented meta-object members as ranges. Freed QMetaObject from stuff that belongs to MetaClass
author Max Samukha <maxter@maxter.com>
date Mon, 28 Jun 2010 21:29:32 +0300
parents bcbfffef4f9e
children a032df77b6ab
line wrap: on
line source

import qt.core.QMetaType;

import std.stdio;
import std.conv;
import qtd.QtdObject;
//import qt.gui.QApplication;

void main(string[] args)
{
    /+
    writeln("Application");
    scope app = new QApplication(args);
    app.exec();
    +/
}