diff examples/mainwindows/dockwidgets/main.d @ 61:a2871e6b8b15

drcc: automatic initialization of resources with program start (disabled with option -no-static-initialize) demos: resources fixes. examples: resources fixes.
author SokoL_SD
date Tue, 19 May 2009 10:48:30 +0000
parents e78566595089
children a212c97edcd2
line wrap: on
line diff
--- a/examples/mainwindows/dockwidgets/main.d	Tue May 19 08:55:06 2009 +0000
+++ b/examples/mainwindows/dockwidgets/main.d	Tue May 19 10:48:30 2009 +0000
@@ -42,7 +42,6 @@
 int main(char[][] args)
 {
     scope app = new QApplication(args);
-    //    Q_INIT_RESOURCE(dockwidgets);
     scope mainWin = new MainWindow;
     mainWin.show();
     return app.exec();