forked from qt-creator/qt-creator
Valgrind: Proactively shut up sanity bot
It complains about alledgedly wrong spelling of "Visualisation" in unrelated patches. Change-Id: I047f2be4b534a7d01d8c0bc39ff22b615d2c0467 Reviewed-by: hjk <hjk@qt.io> Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
@@ -38,13 +38,13 @@ namespace Callgrind { class Function; }
|
||||
namespace Valgrind {
|
||||
namespace Internal {
|
||||
|
||||
class Visualisation : public QGraphicsView
|
||||
class Visualization : public QGraphicsView
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
explicit Visualisation(QWidget *parent = 0);
|
||||
virtual ~Visualisation();
|
||||
explicit Visualization(QWidget *parent = 0);
|
||||
virtual ~Visualization();
|
||||
|
||||
void setModel(QAbstractItemModel *model);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user