Skip to content

Commit

Permalink
testfix nmcnetworksettings
Browse files Browse the repository at this point in the history
  • Loading branch information
memurats committed Oct 23, 2024
1 parent 15f726d commit 91a7c5e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/gui/nmcgui/nmcnetworksettings.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@

namespace OCC {

NMCNetworkSettings::NMCNetworkSettings(QWidget *parent)
: NetworkSettings(parent)
NMCNetworkSettings::NMCNetworkSettings(AccountPtr &account, QWidget *parent)
: NetworkSettings(account, parent)
{
setLayout();
}
Expand Down

0 comments on commit 91a7c5e

Please sign in to comment.