[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:25:00
Message-ID: 20121207132500.5551AAC867 () svn ! kde ! org
[Download RAW message or body]

SVN commit 1327622 by danxuliu:

Ignore Krazy2 qclasses issues.

Even if the method returns a QLineEdit, the object itself is a KLineEdit. The issue \
is ignored instead of changing the return type, as there is no need to return a \
KLineEdit if a base class already provides the interface that is going to be used.

 M  +1 -1      reportwidget.cpp  
 M  +1 -1      reportwidget.h  


--- trunk/playground/devtools/kdevelop4-extra-plugins/coverage/reportwidget.cpp \
#1327621:1327622 @@ -239,7 +239,7 @@
     setCoverageStatistics(table()->selectionModel()->selection(), QItemSelection());
 }
 
-QLineEdit* ReportWidget::filterBox() const
+QLineEdit* ReportWidget::filterBox() const //krazy:exclude=qclasses
 {
     return m_ui->filterBox;
 }
--- trunk/playground/devtools/kdevelop4-extra-plugins/coverage/reportwidget.h \
#1327621:1327622 @@ -178,7 +178,7 @@
     /*! fetch the item corresponding to a view index. returns 0 on failure */
     QStandardItem* getItemFromProxyIndex(const QModelIndex&) const;
     DrillDownView* table() const;
-    QLineEdit* filterBox() const;
+    QLineEdit* filterBox() const; //krazy:exclude=qclasses
 
     /*! totally reset the widget */
     void reset_();


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

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