[PC-BSD Commits] r294 - pcbsd/trunk/PCInstall
svn at pcbsd.org
svn at pcbsd.org
Thu Jun 7 14:01:31 PDT 2007
Author: kris
Date: 2007-06-07 22:01:31 +0100 (Thu, 07 Jun 2007)
New Revision: 294
Modified:
pcbsd/trunk/PCInstall/main.cpp
Log:
Updated main.cpp to allow window decorations for this version
Modified: pcbsd/trunk/PCInstall/main.cpp
===================================================================
--- pcbsd/trunk/PCInstall/main.cpp 2007-06-07 21:01:04 UTC (rev 293)
+++ pcbsd/trunk/PCInstall/main.cpp 2007-06-07 21:01:31 UTC (rev 294)
@@ -12,8 +12,8 @@
//background b(0,0, FALSE);
- PCInstall w(0, 0, FALSE, Qt::WStyle_Customize | Qt::WStyle_Dialog);
- //PCInstall w(0);
+ // PCInstall w(0, 0, FALSE, Qt::WStyle_Customize | Qt::WStyle_Dialog);
+ PCInstall w(0);
//QWidget *tmp = QApplication::desktop();
w.setGeometry(64, 48, 896, 672);
More information about the Commits
mailing list