added limited queue
This commit is contained in:
@@ -133,12 +133,8 @@ Notebook::tabAt(QPoint point, int &index)
|
||||
void
|
||||
Notebook::rearrangePage(NotebookPage *page, int index)
|
||||
{
|
||||
int i1 = pages.indexOf(page);
|
||||
|
||||
pages.move(pages.indexOf(page), index);
|
||||
|
||||
int i2 = pages.indexOf(page);
|
||||
|
||||
performLayout();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user