summaryrefslogtreecommitdiff
path: root/src/plugins/debugger/sourcefileswindow.cpp
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@nokia.com>2010-02-10 10:47:34 +0100
committerFriedemann Kleint <Friedemann.Kleint@nokia.com>2010-02-10 10:47:34 +0100
commit28d72550d3550df1484b580c27f6ac3e776d1062 (patch)
tree3e99f80761d93c79eb8aa0ea50e783b93a9934df /src/plugins/debugger/sourcefileswindow.cpp
parenta403c436450bce2c1cc556c98c84be7693410c3e (diff)
downloadqt-creator-28d72550d3550df1484b580c27f6ac3e776d1062.tar.gz
Removed static QIcon instances.
thus fixing the exit warning: "~QX11PixmapData(): QPixmap objects must be destroyed..." Acked-by: con
Diffstat (limited to 'src/plugins/debugger/sourcefileswindow.cpp')
-rw-r--r--src/plugins/debugger/sourcefileswindow.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/plugins/debugger/sourcefileswindow.cpp b/src/plugins/debugger/sourcefileswindow.cpp
index f429320fe1..b2f8323350 100644
--- a/src/plugins/debugger/sourcefileswindow.cpp
+++ b/src/plugins/debugger/sourcefileswindow.cpp
@@ -113,9 +113,6 @@ Qt::ItemFlags SourceFilesModel::flags(const QModelIndex &index) const
QVariant SourceFilesModel::data(const QModelIndex &index, int role) const
{
- //static const QIcon icon(":/gdbdebugger/images/breakpoint.svg");
- //static const QIcon icon2(":/gdbdebugger/images/breakpoint_pending.svg");
-
int row = index.row();
if (row < 0 || row >= m_shortNames.size())
return QVariant();