Fixes for valgrind-callgrind feedback by Nokia

Most changes include style fixes and UI changes for better usability.

Merge-request: 324
Reviewed-by: hjk <qtc-committer@nokia.com>
This commit is contained in:
Kevin Funk
2011-05-11 16:26:34 +02:00
committed by hjk
parent f5601d7b1b
commit bf1f5c2b02
44 changed files with 429 additions and 234 deletions

View File

@@ -112,7 +112,7 @@ QVariant StackModel::data(const QModelIndex &index, int role) const
if (fidx < 0 || fidx >= frames.size())
return QVariant();
const Frame &frame = frames[fidx];
switch(role) {
switch (role) {
case Qt::DisplayRole:
{
switch (index.column()) {