diff options
author | Matúš Kukan <matus.kukan@gmail.com> | 2012-07-20 15:05:33 +0200 |
---|---|---|
committer | Matúš Kukan <matus.kukan@gmail.com> | 2012-07-20 21:39:14 +0200 |
commit | 57e5be3fc356d9512007c92d7eb34eb41f6570a4 (patch) | |
tree | 5bfeebcdd5bc6efbaecc72d67069c158e67d83c4 /tubes/inc | |
parent | 58d4ab69112ca1e1125b59a908fc48bb2f92c08f (diff) |
tubes: move ScDocFuncRecv::fileReceived to TeleManager_fileReceived
Change-Id: Ie2ab2c2d545f6fcbdc21171868c99b1756c90792
Diffstat (limited to 'tubes/inc')
-rw-r--r-- | tubes/inc/tubes/manager.hxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/tubes/inc/tubes/manager.hxx b/tubes/inc/tubes/manager.hxx index 9f1689148ac3..21ee3c30eec9 100644 --- a/tubes/inc/tubes/manager.hxx +++ b/tubes/inc/tubes/manager.hxx @@ -39,7 +39,6 @@ #include <rtl/ref.hxx> #include <tools/link.hxx> #include <telepathy-glib/telepathy-glib.h> -#include <tubes/warnings_guard_boost_signals2.hpp> #include <map> // For testing purposes, we might need more in future. @@ -140,8 +139,6 @@ public: void disconnect(); - boost::signals2::signal<void ( const rtl::OUString &localUri )> sigFileReceived; - /// Only for use with MainLoopFlusher GMainLoop* getMainLoop() const; |