comparison demos/browser/main.d @ 100:dcd36d8db2da

more porting
author mandel
date Fri, 29 May 2009 11:36:51 +0000
parents 87bb4e622f9e
children
comparison
equal deleted inserted replaced
99:e252fcf214c5 100:dcd36d8db2da
40 ****************************************************************************/ 40 ****************************************************************************/
41 41
42 module main; 42 module main;
43 43
44 44
45 import qt.QGlobal;
46
45 import browserapplication; 47 import browserapplication;
46 48
47 49 int main(string[] args)
48 int main(char[][] args)
49 { 50 {
50 //Q_INIT_RESOURCE(data); 51 //Q_INIT_RESOURCE(data);
51 scope application = new BrowserApplication(args); 52 scope application = new BrowserApplication(args);
52 if (!application.isTheOnlyBrowser()) 53 if (!application.isTheOnlyBrowser())
53 return 0; 54 return 0;