Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
BornAgain
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
mlz
BornAgain
Commits
b66db75b
Commit
b66db75b
authored
1 month ago
by
Mikhail Svechnikov
Browse files
Options
Downloads
Plain Diff
[m.0] following
!2868
()
Merging branch 'm.0' into 'main'. See merge request
!2869
parents
c6a23fe3
83ba09c5
No related branches found
Branches containing commit
No related tags found
1 merge request
!2869
following !2868
Pipeline
#187910
passed
1 month ago
Stage: build
Changes
1
Pipelines
4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
GUI/Model/Project/ProjectDocument.cpp
+0
-4
0 additions, 4 deletions
GUI/Model/Project/ProjectDocument.cpp
with
0 additions
and
4 deletions
GUI/Model/Project/ProjectDocument.cpp
+
0
−
4
View file @
b66db75b
...
...
@@ -135,15 +135,11 @@ void ProjectDocument::loadProjectFileWithData(const QString& projectPullPath)
if
(
!
file
.
open
(
QIODevice
::
ReadOnly
|
QIODevice
::
Text
))
throw
std
::
runtime_error
(
"Cannot open project file "
+
projectFullPath
().
toStdString
());
emit
documentAboutToReopen
();
readProject
(
&
file
);
file
.
close
();
m_jobs
->
loadAllDatafields
(
GUI
::
Util
::
Project
::
projectDir
(
projectPullPath
));
m_datafiles
->
readDatafiles
(
GUI
::
Util
::
Project
::
projectDir
(
projectPullPath
));
emit
documentOpened
();
}
bool
ProjectDocument
::
hasValidNameAndPath
()
const
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment