Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
mantid
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Model registry
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
mantidproject
mantid
Commits
10305aa9
Commit
10305aa9
authored
7 years ago
by
Roman Tolchenov
Browse files
Options
Downloads
Patches
Plain Diff
Fix clang formatting
parent
903505e7
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
qt/widgets/plugins/algorithm_dialogs/inc/MantidQtWidgets/Plugins/AlgorithmDialogs/CreateSampleShapeDialog.h
+3
-3
3 additions, 3 deletions
...idgets/Plugins/AlgorithmDialogs/CreateSampleShapeDialog.h
with
3 additions
and
3 deletions
qt/widgets/plugins/algorithm_dialogs/inc/MantidQtWidgets/Plugins/AlgorithmDialogs/CreateSampleShapeDialog.h
+
3
−
3
View file @
10305aa9
...
...
@@ -160,13 +160,13 @@ public:
void
traverseInPostOrder
(
BinaryTreeWidgetItem
*
node
,
QList
<
BinaryTreeWidgetItem
*>
&
expression
);
/// Called when the data in the model is changed
/// Called when the data in the model is changed
#if QT_VERSION < 0x050000
void
dataChanged
(
const
QModelIndex
&
topLeft
,
const
QModelIndex
&
bottomRight
)
override
;
#else
void
dataChanged
(
const
QModelIndex
&
topLeft
,
const
QModelIndex
&
bottomRight
,
const
QVector
<
int
>
&
roles
=
QVector
<
int
>
())
override
;
void
dataChanged
(
const
QModelIndex
&
topLeft
,
const
QModelIndex
&
bottomRight
,
const
QVector
<
int
>
&
roles
=
QVector
<
int
>
())
override
;
#endif
signals:
...
...
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