Convert the patches added in the previous commit to Unix line endings.

This commit is contained in:
Raphael Kubo da Costa 2012-05-20 02:01:02 +00:00
parent 3691e97c70
commit 508fe238a7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=296990
2 changed files with 32 additions and 32 deletions

View File

@ -1,15 +1,15 @@
--- src/cmds/cmds.cpp~ 2012-05-19 22:44:14.000000000 -0300
+++ src/cmds/cmds.cpp 2012-05-19 22:44:25.000000000 -0300
@@ -89,9 +89,9 @@
QPalette newPalette = QPalette();
- newPalette.setColor(QPalette::Background, QColor::QColor(170,170,255));
- newPalette.setColor(QPalette::Foreground, QColor::QColor(0,0,0));
- newPalette.setColor(QPalette::Base, QColor::QColor(170,170,255));
+ newPalette.setColor(QPalette::Background, QColor(170,170,255));
+ newPalette.setColor(QPalette::Foreground, QColor(0,0,0));
+ newPalette.setColor(QPalette::Base, QColor(170,170,255));
setPalette(newPalette);
QPalette newPalette = QPalette();
- newPalette.setColor(QPalette::Background, QColor::QColor(170,170,255));
- newPalette.setColor(QPalette::Foreground, QColor::QColor(0,0,0));
- newPalette.setColor(QPalette::Base, QColor::QColor(170,170,255));
+ newPalette.setColor(QPalette::Background, QColor(170,170,255));
+ newPalette.setColor(QPalette::Foreground, QColor(0,0,0));
+ newPalette.setColor(QPalette::Base, QColor(170,170,255));
setPalette(newPalette);

View File

@ -1,24 +1,24 @@
--- src/fgui/cadform.cpp~ 2012-05-19 22:45:11.000000000 -0300
+++ src/fgui/cadform.cpp 2012-05-19 22:46:08.000000000 -0300
@@ -475,9 +475,9 @@
QPalette newPalette = palette();
- newPalette.setColor(QPalette::Background, QColor::QColor(170,170,255));
- newPalette.setColor(QPalette::Foreground, QColor::QColor(0,0,0));
- newPalette.setColor(QPalette::Base, QColor::QColor(170,170,255));
+ newPalette.setColor(QPalette::Background, QColor(170,170,255));
+ newPalette.setColor(QPalette::Foreground, QColor(0,0,0));
+ newPalette.setColor(QPalette::Base, QColor(170,170,255));
QPalette newPalette = palette();
- newPalette.setColor(QPalette::Background, QColor::QColor(170,170,255));
- newPalette.setColor(QPalette::Foreground, QColor::QColor(0,0,0));
- newPalette.setColor(QPalette::Base, QColor::QColor(170,170,255));
+ newPalette.setColor(QPalette::Background, QColor(170,170,255));
+ newPalette.setColor(QPalette::Foreground, QColor(0,0,0));
+ newPalette.setColor(QPalette::Base, QColor(170,170,255));
@@ -800,7 +800,7 @@
w->GLThisArea->cscalari=hcmd->cscalari;
w->GLThisArea->View=View;
- w->setWindowTitle(QString::QString(tr("ViewPort-%1")).arg(numDoc++));w->setWindowIcon( QPixmap(ProgramPath+"images/document.png") );
+ w->setWindowTitle(QString(tr("ViewPort-%1")).arg(numDoc++));w->setWindowIcon( QPixmap(ProgramPath+"images/document.png") );
w->show();
QWidgetList windoL=ws->windowList(QWorkspace::CreationOrder);
if ( windoL.count()==1){
w->GLThisArea->cscalari=hcmd->cscalari;
w->GLThisArea->View=View;
- w->setWindowTitle(QString::QString(tr("ViewPort-%1")).arg(numDoc++));w->setWindowIcon( QPixmap(ProgramPath+"images/document.png") );
+ w->setWindowTitle(QString(tr("ViewPort-%1")).arg(numDoc++));w->setWindowIcon( QPixmap(ProgramPath+"images/document.png") );
w->show();
QWidgetList windoL=ws->windowList(QWorkspace::CreationOrder);
if ( windoL.count()==1){