Skip to content
Snippets Groups Projects
Commit 4ec6ceb6 authored by Mikhail Svechnikov's avatar Mikhail Svechnikov
Browse files

clang-format

parent 2b562f67
No related branches found
No related tags found
1 merge request!1002GUI: fix project saving
...@@ -56,7 +56,8 @@ ProjectSettingsView::ProjectSettingsView(QWidget* parentWidget, ProjectDocument* ...@@ -56,7 +56,8 @@ ProjectSettingsView::ProjectSettingsView(QWidget* parentWidget, ProjectDocument*
&ProjectSettingsView::storeAsDefaults); &ProjectSettingsView::storeAsDefaults);
// #baTODO should be "informationModified" or so? // #baTODO should be "informationModified" or so?
connect(m_document, &ProjectDocument::modifiedStateChanged, this, &ProjectSettingsView::updateInformation); connect(m_document, &ProjectDocument::modifiedStateChanged, this,
&ProjectSettingsView::updateInformation);
} }
void ProjectSettingsView::showEvent(QShowEvent*) void ProjectSettingsView::showEvent(QShowEvent*)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment