Skip to content

Commit

Permalink
testfix
Browse files Browse the repository at this point in the history
  • Loading branch information
memurats committed Oct 25, 2024
1 parent d2026fa commit 3fc73db
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/gui/nmcgui/nmcfolderwizardsourcepage.h
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ class NMCFolderWizardSourcePage : public ::Ui::FolderWizardSourcePage
/**
* @brief Constructs an instance of NMCFolderWizardSourcePage.
*/
explicit NMCFolderWizardSourcePage();
explicit NMCFolderWizardSourcePage(QWidget *parent = nullptr);

/**
* @brief Destroys the NMCFolderWizardSourcePage instance.
Expand Down
2 changes: 1 addition & 1 deletion src/gui/nmcgui/nmcfolderwizardtargetpage.h
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ class NMCFolderWizardTargetPage : public ::Ui::FolderWizardTargetPage
/**
* @brief Constructs an instance of NMCFolderWizardTargetPage.
*/
explicit NMCFolderWizardTargetPage();
explicit NMCFolderWizardTargetPage(QWidget *parent = nullptr);

/**
* @brief Destroys the NMCFolderWizardTargetPage instance.
Expand Down

0 comments on commit 3fc73db

Please sign in to comment.