added settings for modifying tabs

This commit is contained in:
fourtf
2017-02-02 02:46:33 +01:00
parent 43cf7620ae
commit 5390272279
8 changed files with 59 additions and 28 deletions
+3 -2
View File
@@ -76,8 +76,9 @@ NotebookPage::removeFromLayout(ChatWidget *widget)
}
void
NotebookPage::addToLayout(ChatWidget *widget, std::pair<int, int> position =
std::pair<int, int>(-1, -1))
NotebookPage::addToLayout(
ChatWidget *widget,
std::pair<int, int> position = std::pair<int, int>(-1, -1))
{
this->chatWidgets.push_back(widget);