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
+1 -1
View File
@@ -21,7 +21,7 @@ class Window : public BaseWindow
Q_OBJECT
public:
explicit Window(WindowType type);
explicit Window(WindowType type, QWidget *parent);
WindowType getType();
SplitNotebook &getNotebook();