Fix crash happening when QuickSwitcher is used with popout window (#4187)

Co-authored-by: Felanbird <41973452+Felanbird@users.noreply.github.com>
Co-authored-by: pajlada <rasmus.karlsson@pajlada.com>
This commit is contained in:
kornes
2022-11-25 09:34:01 +00:00
committed by GitHub
parent b3e400a049
commit 330e0a99fa
3 changed files with 39 additions and 31 deletions
+1 -1
View File
@@ -90,7 +90,7 @@ private:
void resizeAddButton();
bool containsPage(QWidget *page);
Item &findItem(QWidget *page);
Item *findItem(QWidget *page);
static bool containsChild(const QObject *obj, const QObject *child);
NotebookTab *getTabFromPage(QWidget *page);