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
16d843de
Commit
16d843de
authored
1 year ago
by
Wuttke, Joachim
Browse files
Options
Downloads
Patches
Plain Diff
rm fct
parent
8a98aa5f
No related branches found
No related tags found
1 merge request
!2005
rm unfinished undo/redo engine (#757)
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
GUI/View/SampleDesigner/SampleEditorController.cpp
+0
-5
0 additions, 5 deletions
GUI/View/SampleDesigner/SampleEditorController.cpp
GUI/View/SampleDesigner/SampleEditorController.h
+0
-3
0 additions, 3 deletions
GUI/View/SampleDesigner/SampleEditorController.h
with
0 additions
and
8 deletions
GUI/View/SampleDesigner/SampleEditorController.cpp
+
0
−
5
View file @
16d843de
...
...
@@ -399,11 +399,6 @@ void SampleEditorController::setCurrentIndex(ISelectionContainerForm* widget, in
emit
modified
();
}
QUndoStack
*
SampleEditorController
::
undoStack
()
{
return
&
m_undoStack
;
}
MaterialModel
*
SampleEditorController
::
materialModel
()
const
{
return
&
m_sampleItem
->
materialModel
();
...
...
This diff is collapsed.
Click to expand it.
GUI/View/SampleDesigner/SampleEditorController.h
+
0
−
3
View file @
16d843de
...
...
@@ -62,9 +62,6 @@ public:
//! The item on which this controller operates.
SampleItem
*
sampleItem
()
const
;
//! The contained undo stack.
QUndoStack
*
undoStack
();
//! The materials of the current document
MaterialModel
*
materialModel
()
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