Remove some UUID remnants
This commit is contained in:
Rasmus Karlsson
2018-04-07 12:53:10 +02:00
committed by fourtf
parent 10802dad9c
commit 5211ebaf71
6 changed files with 22 additions and 27 deletions
+1 -1
View File
@@ -103,7 +103,7 @@ void Notebook::removePage(SplitContainer *page)
this->pages.removeOne(page);
if (this->pages.size() == 0) {
if (this->pages.empty()) {
this->addNewPage();
}