summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'Swift/QtUI/ChatList/QtChatListWindowFactory.h')
-rw-r--r--Swift/QtUI/ChatList/QtChatListWindowFactory.h20
1 files changed, 0 insertions, 20 deletions
diff --git a/Swift/QtUI/ChatList/QtChatListWindowFactory.h b/Swift/QtUI/ChatList/QtChatListWindowFactory.h
deleted file mode 100644
index 604ce2e..0000000
--- a/Swift/QtUI/ChatList/QtChatListWindowFactory.h
+++ /dev/null
@@ -1,20 +0,0 @@
-/*
- * Copyright (c) 2010 Kevin Smith
- * Licensed under the GNU General Public License v3.
- * See Documentation/Licenses/GPLv3.txt for more information.
- */
-
-#pragma once
-
-#include "Swift/Controllers/UIInterfaces/ChatListWindowFactory.h"
-
-namespace Swift {
- class QtMainWindowFactory;
- class QtChatListWindowFactory : public ChatListWindowFactory{
- public:
- QtChatListWindowFactory(QtMainWindowFactory* mainWindowFactory);
- ChatListWindow* createWindow(UIEventStream* uiEventStream);
- private:
- QtMainWindowFactory* mainWindowFactory_;
- };
-}