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
+4 -2
View File
@@ -34,7 +34,8 @@ SOURCES += main.cpp\
chatwidgetheader.cpp \
chatwidgetinput.cpp \
chatwidgetview.cpp \
notebookpagedroppreview.cpp
notebookpagedroppreview.cpp \
channel.cpp
HEADERS += mainwindow.h \
chatwidget.h \
@@ -46,7 +47,8 @@ HEADERS += mainwindow.h \
chatwidgetheader.h \
chatwidgetinput.h \
chatwidgetview.h \
notebookpagedroppreview.h
notebookpagedroppreview.h \
channel.h
FORMS +=