[Lprof-devel] lprof/src/lprofqt lprofmain.cpp,1.187,1.188
Brought to you by:
hvengel
|
From: Hal E. <hv...@us...> - 2009-05-18 21:17:25
|
Update of /cvsroot/lprof/lprof/src/lprofqt In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv2529/src/lprofqt Modified Files: lprofmain.cpp Log Message: Change the way various dialogs are instantiated so that the close button in the title bar will show up when using newer versions of Qt. Index: lprofmain.cpp =================================================================== RCS file: /cvsroot/lprof/lprof/src/lprofqt/lprofmain.cpp,v retrieving revision 1.187 retrieving revision 1.188 diff -C2 -d -r1.187 -r1.188 *** lprofmain.cpp 8 Mar 2008 22:31:11 -0000 1.187 --- lprofmain.cpp 18 May 2009 21:17:17 -0000 1.188 *************** *** 1011,1015 **** lprofMain::lprofMain( QWidget* parent) : QDialog( parent, "", 0, ! Qt::WType_TopLevel | Qt::WStyle_SysMenu | Qt::WStyle_MinMax | Qt::WStyle_Title), FigEditor( 0 ), Canvas( 0 ), --- 1011,1015 ---- lprofMain::lprofMain( QWidget* parent) : QDialog( parent, "", 0, ! Qt::WindowSystemMenuHint), FigEditor( 0 ), Canvas( 0 ), |