fixed compiling

This commit is contained in:
2017-12-14 00:25:06 +01:00
parent 7f18cefee4
commit 86ae71f674
9 changed files with 65 additions and 41 deletions
+5
View File
@@ -107,6 +107,11 @@ void Notebook::select(SplitContainer *page)
this->performLayout();
}
int Notebook::tabCount()
{
return this->pages.size();
}
SplitContainer *Notebook::tabAt(QPoint point, int &index)
{
int i = 0;