comparison examples/layouts/basiclayouts/main.d @ 204:6aeaf24018d7

more D2 examples fixes
author eldar
date Mon, 13 Jul 2009 23:16:08 +0000
parents 1c51d13eef25
children
comparison
equal deleted inserted replaced
203:d3383b16f1d7 204:6aeaf24018d7
45 import dialog; 45 import dialog;
46 46
47 47
48 int main(string[] args) 48 int main(string[] args)
49 { 49 {
50 scope app = new QApplication(args); 50 scope app = new QApplication(args);
51 scope dialog = new Dialog; 51 scope dialog = new Dialog;
52 return dialog.exec(); 52 return dialog.exec();
53 } 53 }