fix: make popup windows have a parent per default (#3836)

Co-authored-by: Rasmus Karlsson <rasmus.karlsson@pajlada.com>
This commit is contained in:
Leon Richardt
2022-06-25 14:45:56 +02:00
committed by GitHub
parent 34ea303607
commit 881986d86f
5 changed files with 28 additions and 6 deletions
+2 -1
View File
@@ -57,7 +57,8 @@ public:
Window &getMainWindow();
Window &getSelectedWindow();
Window &createWindow(WindowType type, bool show = true);
Window &createWindow(WindowType type, bool show = true,
QWidget *parent = nullptr);
void select(Split *split);
void select(SplitContainer *container);