Debugger: Set model object names at construction time

Change-Id: Ib1d273ef2c2bb97a2343da6d361fde7c01012040
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com>
This commit is contained in:
hjk
2013-08-19 13:30:10 +02:00
parent ca1716281a
commit 6ef5aaad67
7 changed files with 13 additions and 20 deletions

View File

@@ -135,6 +135,7 @@ ThreadsHandler::ThreadsHandler()
m_emptyIcon(QLatin1String(":/debugger/images/debugger_empty_14.png"))
{
m_resetLocationScheduled = false;
setObjectName(QLatin1String("ThreadsModel"));
// m_proxyModel = new QSortFilterProxyModel(this);
// m_proxyModel->setSourceModel(this);
}