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
Merge requests
!1660
CI: Suppress unnecessary warnings from commands on MacOS
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
CI: Suppress unnecessary warnings from commands on MacOS
suppressWarnings
into
r21
Overview
5
Commits
1
Pipelines
3
Changes
2
All threads resolved!
Hide all comments
Merged
Ammar Nejati
requested to merge
suppressWarnings
into
r21
1 year ago
Overview
5
Commits
1
Pipelines
3
Changes
2
All threads resolved!
Hide all comments
Expand
Resolves issue
#578 (closed)
Edited
1 year ago
by
Ammar Nejati
0
0
Merge request reports
Viewing commit
93bcfd14
Show latest version
2 files
+
0
−
3
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
93bcfd14
rm setWithPolarizerAnalyzer
· 93bcfd14
Mikhail Svechnikov
authored
1 year ago
GUI/Model/Device/InstrumentItems.h
+
0
−
1
Options
@@ -88,7 +88,6 @@ public:
BackgroundItem
*
backgroundItem
()
const
{
return
m_background
.
currentItem
();
}
bool
withPolarizerAnalyzer
()
const
{
return
m_withPolarizerAnalyzer
;
}
void
setWithPolarizerAnalyzer
(
bool
with
)
{
m_withPolarizerAnalyzer
=
with
;
}
bool
withPolarizer
()
const
{
return
m_withPolarizer
;
}
void
setWithPolarizer
(
bool
with
)
{
m_withPolarizer
=
with
;
}
bool
withAnalyzer
()
const
{
return
m_withAnalyzer
;
}
Loading