~unity-2d-team/unity-2d/natty

« back to all changes in this revision

Viewing changes to launcher/UnityApplications/launcherplaceslist.cpp

  • Committer: Ugo Riboni
  • Date: 2011-03-23 16:57:07 UTC
  • mto: This revision was merged to the branch mainline in revision 486.
  • Revision ID: ugo.riboni@canonical.com-20110323165707-tbsh5bt6vpd757v4
Remove debug statements

Show diffs side-by-side

added added

removed removed

Lines of Context:
136
136
    }
137
137
}
138
138
 
139
 
#include <QDebug>
140
 
 
141
139
QVariant
142
140
LauncherPlacesList::data(const QModelIndex& index, int role) const
143
141
{
144
142
    QVariant item = ListAggregatorModel::data(index, Qt::DisplayRole);
145
 
    qDebug() << "LauncherPlacesList::data" << role;
146
143
    if (role == RoleItem) {
147
144
        return item;
148
145
    } else if (role == RoleShowEntry) {