From 390c6fa663a824b348b3fb9c5459ce75cb4b83f1 Mon Sep 17 00:00:00 2001
From: Caroline Chao <caroline.chao@digia.com>
Date: Mon, 29 Apr 2013 14:39:22 +0200
Subject: [PATCH] TableView: remove unused property backgroundColor

Change-Id: Iff2eb9f6083dbb4e3f49a1a099b0c4c2f004f02d
Reviewed-by: Jens Bache-Wiig <jens.bache-wiig@digia.com>
---
 src/controls/TableView.qml | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/src/controls/TableView.qml b/src/controls/TableView.qml
index ec4236cdc..9ebf64e9f 100644
--- a/src/controls/TableView.qml
+++ b/src/controls/TableView.qml
@@ -159,12 +159,6 @@ ScrollView {
     */
     property Component rowDelegate: __style ? __style.rowDelegate : null
 
-    /*! \qmlproperty color TableView::backgroundColor
-
-        This property sets the background color of the viewport.
-        The default value is the base color of the SystemPalette. */
-    property alias backgroundColor: colorRect.color
-
     /*! This property defines a delegate to draw a header. */
     property Component headerDelegate: __style ? __style.headerDelegate : null
 
-- 
GitLab