[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    playground/devtools/kdevelop4-extra-plugins/coverage
From:       Daniel Calviño Sánchez <danxuliu () gmail ! com>
Date:       2012-12-07 13:13:00
Message-ID: 20121207131300.3E450AC867 () svn ! kde ! org
[Download RAW message or body]

SVN commit 1327620 by danxuliu:

Fix Krazy2 normalize issues.

 U             annotationmanager.cpp  
 U             lcovjob.cpp  
 U             lcovprefswidget.cpp  
 M  +2 -2      tests/lcovjobprogresstest.cpp  
 M  +2 -2      tests/removegcdafilesjobprogresstest.cpp  
 U             tests/removegcdafilesjobtest.cpp  


--- trunk/playground/devtools/kdevelop4-extra-plugins/coverage/tests/lcovjobprogresstest.cpp \
#1327619:1327620 @@ -38,9 +38,9 @@
     m_clearMessageSpy = new QSignalSpy(m_lcovJobProgress,
                                        SIGNAL(clearMessage(KDevelop::IStatus*)));
     m_showMessageSpy = new QSignalSpy(m_lcovJobProgress,
-                                      SIGNAL(showMessage(KDevelop::IStatus*, const \
QString&, int))); +                                      \
SIGNAL(showMessage(KDevelop::IStatus*,QString,int)));  m_showErrorMessageSpy = new \
                QSignalSpy(m_lcovJobProgress,
-                                           SIGNAL(showErrorMessage(const QString&, \
int))); +                                           \
SIGNAL(showErrorMessage(QString,int)));  m_hideProgressSpy = new \
                QSignalSpy(m_lcovJobProgress,
                                        SIGNAL(hideProgress(KDevelop::IStatus*)));
     m_showProgressSpy = new QSignalSpy(m_lcovJobProgress,
--- trunk/playground/devtools/kdevelop4-extra-plugins/coverage/tests/removegcdafilesjobprogresstest.cpp \
#1327619:1327620 @@ -38,9 +38,9 @@
     m_clearMessageSpy = new QSignalSpy(m_removeGcdaFilesJobProgress,
                                        SIGNAL(clearMessage(KDevelop::IStatus*)));
     m_showMessageSpy = new QSignalSpy(m_removeGcdaFilesJobProgress,
-                                      SIGNAL(showMessage(KDevelop::IStatus*, const \
QString&, int))); +                                      \
SIGNAL(showMessage(KDevelop::IStatus*,QString,int)));  m_showErrorMessageSpy = new \
                QSignalSpy(m_removeGcdaFilesJobProgress,
-                                           SIGNAL(showErrorMessage(const QString&, \
int))); +                                           \
SIGNAL(showErrorMessage(QString,int)));  m_hideProgressSpy = new \
                QSignalSpy(m_removeGcdaFilesJobProgress,
                                        SIGNAL(hideProgress(KDevelop::IStatus*)));
     m_showProgressSpy = new QSignalSpy(m_removeGcdaFilesJobProgress,


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic