summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Smith <git@kismith.co.uk>2009-06-15 20:20:13 (GMT)
committerKevin Smith <git@kismith.co.uk>2009-06-15 20:20:13 (GMT)
commitd490e74fbca3e4ab4a75123dd75dab3bc753c010 (patch)
treeefcad5dabeebf4766dc15dc787b9ba9ba1c2aecb /Swift/QtUI/Swift.pro
parent9bc8ddaf40d73647944592385bf56ece41046846 (diff)
downloadswift-d490e74fbca3e4ab4a75123dd75dab3bc753c010.zip
swift-d490e74fbca3e4ab4a75123dd75dab3bc753c010.tar.bz2
Early pass at tabs. Doesn't do closing or title updating
Diffstat (limited to 'Swift/QtUI/Swift.pro')
-rw-r--r--Swift/QtUI/Swift.pro2
1 files changed, 2 insertions, 0 deletions
diff --git a/Swift/QtUI/Swift.pro b/Swift/QtUI/Swift.pro
index 1c860b4..f831c02 100644
--- a/Swift/QtUI/Swift.pro
+++ b/Swift/QtUI/Swift.pro
@@ -59,6 +59,7 @@ HEADERS += \
QtTreeWidgetFactory.h \
QtTreeWidgetItem.h \
QtChatView.h \
+ QtChatTabs.h \
ChatSnippet.h \
MessageSnippet.h \
SystemMessageSnippet.h
@@ -77,6 +78,7 @@ SOURCES += \
QtSwift.cpp \
QtTreeWidget.cpp \
QtChatView.cpp \
+ QtChatTabs.cpp \
ChatSnippet.cpp \
MessageSnippet.cpp \
SystemMessageSnippet.cpp