Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
PeTrack
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
Container Registry
Model registry
Analyze
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
Pedestrian Dynamics Empiricism
PeTrack
Commits
bf45a1ac
Commit
bf45a1ac
authored
1 year ago
by
d.kilic
Browse files
Options
Downloads
Plain Diff
Merge branch '411-clear-ing-empty-test-tab' into 'master'
Resolve "Clear'ing empty test tab" Closes
#411
See merge request
!296
parents
eb9ee91f
a58c90c0
No related branches found
No related tags found
1 merge request
!296
Resolve "Clear'ing empty test tab"
Pipeline
#105901
passed
1 year ago
Stage: build_environment
Stage: pre-build-checks
Stage: build
Stage: test
Changes
1
Pipelines
8
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/correction.cpp
+4
-0
4 additions, 0 deletions
src/correction.cpp
with
4 additions
and
0 deletions
src/correction.cpp
+
4
−
0
View file @
bf45a1ac
...
@@ -130,6 +130,10 @@ void FailedChecksTableModel::setFailedChecks(std::vector<plausibility::FailedChe
...
@@ -130,6 +130,10 @@ void FailedChecksTableModel::setFailedChecks(std::vector<plausibility::FailedChe
bool
FailedChecksTableModel
::
removeRows
(
int
row
,
int
count
,
const
QModelIndex
&
parent
)
bool
FailedChecksTableModel
::
removeRows
(
int
row
,
int
count
,
const
QModelIndex
&
parent
)
{
{
if
(
count
==
0
)
{
return
true
;
}
beginRemoveRows
(
parent
,
row
,
row
+
count
-
1
);
beginRemoveRows
(
parent
,
row
,
row
+
count
-
1
);
for
(
int
i
=
0
;
i
<
count
;
++
i
)
for
(
int
i
=
0
;
i
<
count
;
++
i
)
...
...
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