Skip to content

Commit

Permalink
Fix namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
Eugen Fischer authored and Eugen Fischer committed Nov 24, 2023
1 parent 81e3912 commit 94ddeaf
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/gui/nmcgui/nmcsettingsdialog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -54,13 +54,9 @@ void NMCSettingsDialog::slotAccountAvatarChanged()
//Empty
}


} // namespace OCC


void OCC::NMCSettingsDialog::setDefaultSettings()
{
//Empty
//Empty
}

void OCC::NMCSettingsDialog::setLayout()
Expand All @@ -74,5 +70,9 @@ void OCC::NMCSettingsDialog::setLayout()

void OCC::NMCSettingsDialog::setLogic()
{
//Empty
//Empty
}



} // namespace OCC

0 comments on commit 94ddeaf

Please sign in to comment.