Remove some UUID remnants
This commit is contained in:
Rasmus Karlsson
2018-04-07 12:53:10 +02:00
parent 945d500701
commit c82254aa9e
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();
}