added basic channel and fixed moving splits

This commit is contained in:
fourtf
2017-01-01 13:07:36 +01:00
parent 8b8b9706b3
commit a290f88685
8 changed files with 129 additions and 42 deletions
+2
View File
@@ -46,6 +46,8 @@ void ChatWidgetHeader::mouseMoveEvent(QMouseEvent *event)
auto originalLocation = page->removeFromLayout(chatWidget);
//page->repaint();
QDrag *drag = new QDrag(chatWidget);
QMimeData* mimeData = new QMimeData;