From 85a377370c3a4829154b4deb12df98d5dbba4469 Mon Sep 17 00:00:00 2001 From: Milian Wolff Date: Sun, 11 Oct 2015 14:28:15 +0200 Subject: [PATCH] Disable modeltest. I'll write a proper test soon and add the ModelTest there. --- gui/chartmodel.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/gui/chartmodel.cpp b/gui/chartmodel.cpp index 1e0fcde..b8f933f 100644 --- a/gui/chartmodel.cpp +++ b/gui/chartmodel.cpp @@ -28,8 +28,6 @@ #include #include -#include "modeltest.h" - namespace { QColor colorForColumn(int column, int columnCount) { @@ -42,7 +40,6 @@ ChartModel::ChartModel(Type type, QObject* parent) , m_type(type) { qRegisterMetaType(); - new ModelTest(this); } ChartModel::~ChartModel() = default; -- 2.7.4