From 2bfaaa10165f6c7132ed3a5db69052a983e998d5 Mon Sep 17 00:00:00 2001 From: George Kiagiadakis Date: Wed, 15 Feb 2012 22:05:13 +0200 Subject: call1: move CallContent/CallStream to separate source files This also removes the CallChannel::removeContent() method together with its helper private class, since it is not going to be used in Call1 and causes compilation failure here. --- TelepathyQt/CMakeLists.txt | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'TelepathyQt/CMakeLists.txt') diff --git a/TelepathyQt/CMakeLists.txt b/TelepathyQt/CMakeLists.txt index 8ae0f04c..dc3948a8 100644 --- a/TelepathyQt/CMakeLists.txt +++ b/TelepathyQt/CMakeLists.txt @@ -19,7 +19,8 @@ set(telepathy_qt_SRCS account-set-internal.h avatar.cpp call-channel.cpp - call-channel-internal.h + call-content.cpp + call-stream.cpp capabilities-base.cpp call-content.cpp call-content-media-description.cpp @@ -504,7 +505,8 @@ set(telepathy_qt_MOC_SRCS account-set.h account-set-internal.h call-channel.h - call-channel-internal.h + call-content.h + call-stream.h captcha-authentication.h captcha-authentication-internal.h channel.h -- cgit v1.2.3