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:
hjk
2018-08-01 12:15:04 +02:00
parent 7afd05476c
commit 83024557d6
3 changed files with 37 additions and 37 deletions

View File

@@ -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);