added basic channel and fixed moving splits
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user