summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Smith <git@kismith.co.uk>2009-07-26 18:05:52 (GMT)
committerKevin Smith <git@kismith.co.uk>2009-07-26 18:05:52 (GMT)
commitaeab97f48ee6c260a3e2a21bca7a291ed1af8063 (patch)
tree4e929b3cd7ea393c9ae756afb32828014e939324 /Swift/QtUI/Roster/Roster.pri
parent774fb699f967e05e7d3f46987b501c61c01f6687 (diff)
downloadswift-aeab97f48ee6c260a3e2a21bca7a291ed1af8063.zip
swift-aeab97f48ee6c260a3e2a21bca7a291ed1af8063.tar.bz2
Removing RosterItem and including in QtTreeWidgetItem.
Diffstat (limited to 'Swift/QtUI/Roster/Roster.pri')
-rw-r--r--Swift/QtUI/Roster/Roster.pri4
1 files changed, 2 insertions, 2 deletions
diff --git a/Swift/QtUI/Roster/Roster.pri b/Swift/QtUI/Roster/Roster.pri
index 56ff472..bc14889 100644
--- a/Swift/QtUI/Roster/Roster.pri
+++ b/Swift/QtUI/Roster/Roster.pri
@@ -1,11 +1,11 @@
SOURCES += $$PWD/RosterDelegate.cpp \
- $$PWD/RosterItem.cpp \
+# $$PWD/RosterItem.cpp \
$$PWD/RosterModel.cpp \
$$PWD/QtTreeWidget.cpp \
$$PWD/QtTreeWidgetItem.cpp
HEADERS += $$PWD/RosterDelegate.h \
- $$PWD/RosterItem.h \
+# $$PWD/RosterItem.h \
$$PWD/RosterModel.h \
$$PWD/QtTreeWidget.h \
$$PWD/QtTreeWidgetFactory.h \