Skip to content
This repository was archived by the owner on Jun 3, 2024. It is now read-only.

Commit 2f99e28

Browse files
committed
Remotes Module: inherit "Remotes" dialog from BlueSky::Dialog
Sets the parent to the main window.
1 parent 29a9c2e commit 2f99e28

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Modules/Remotes/RemotesDlg.h

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,16 @@
1616

1717
#pragma once
1818

19+
#include "libBlueSky/Dialog.hpp"
20+
1921
#include "ui_RemotesDlg.h"
2022

2123
namespace RM
2224
{
2325
class Repo;
2426
}
2527

26-
class RemotesDlg : public QDialog, private Ui::RemotesDlg
28+
class RemotesDlg : public BlueSky::Dialog, private Ui::RemotesDlg
2729
{
2830
Q_OBJECT
2931

0 commit comments

Comments
 (0)