Remove georges4cvs feature

This commit is contained in:
kaetemi 2014-02-03 01:25:02 +01:00
parent cd77b07164
commit 96a06ce980
2 changed files with 2 additions and 2 deletions

View file

@ -364,7 +364,7 @@ namespace GeorgesQt
// ((CForm*)(UForm*)Form)->Header.MinorVersion++; // ((CForm*)(UForm*)Form)->Header.MinorVersion++;
// }*/ // }*/
// //((CForm*)(UForm*)Form)->write (xmlStream.getDocument (), lpszPathName, theApp.Georges4CVS); // //((CForm*)(UForm*)Form)->write (xmlStream.getDocument (), lpszPathName, theApp.Georges4CVS);
m_form->write(file, false); m_form->write(file);
setWindowTitle(windowTitle().remove("*")); setWindowTitle(windowTitle().remove("*"));
m_modified = false; m_modified = false;
// //if (strcmp (xmlStream.getErrorString (), "") != 0) // //if (strcmp (xmlStream.getErrorString (), "") != 0)

View file

@ -269,7 +269,7 @@ namespace NLQT
((CForm*)(UForm*)Form)->Header.MinorVersion++; ((CForm*)(UForm*)Form)->Header.MinorVersion++;
}*/ }*/
//((CForm*)(UForm*)Form)->write (xmlStream.getDocument (), lpszPathName, theApp.Georges4CVS); //((CForm*)(UForm*)Form)->write (xmlStream.getDocument (), lpszPathName, theApp.Georges4CVS);
_form->write(file, false); _form->write(file);
setWindowTitle(windowTitle().remove("*")); setWindowTitle(windowTitle().remove("*"));
_modified = false; _modified = false;
//if (strcmp (xmlStream.getErrorString (), "") != 0) //if (strcmp (xmlStream.getErrorString (), "") != 0)