Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
Algorithms Library Toolkit Core
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Container Registry
Model registry
Monitor
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
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
Algorithms Library Toolkit
Algorithms Library Toolkit Core
Commits
eb5ecba6
Commit
eb5ecba6
authored
6 years ago
by
Jan Trávníček
Browse files
Options
Downloads
Patches
Plain Diff
Revert "revert to basic multi-result passing from function"
This reverts commit
3bf8afe5
.
parent
253151fa
No related branches found
No related tags found
No related merge requests found
Pipeline
#24370
passed
6 years ago
Stage: build
Stage: test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
alib2gui/src/Graphics/Dialogs/OutputDialog.cpp
+1
-6
1 addition, 6 deletions
alib2gui/src/Graphics/Dialogs/OutputDialog.cpp
with
1 addition
and
6 deletions
alib2gui/src/Graphics/Dialogs/OutputDialog.cpp
+
1
−
6
View file @
eb5ecba6
...
...
@@ -48,12 +48,7 @@ void OutputDialog::hideTab(QWidget* tab) {
}
void
OutputDialog
::
on_saveBtn_clicked
()
{
// auto [filter, extension] = this->getCurrentTabFileFilter(); //FIXME use when g++ on gitlab-ci supports it
std
::
pair
<
QString
,
QString
>
res
=
this
->
getCurrentTabFileFilter
();
QString
filter
=
res
.
first
;
QString
extension
=
res
.
second
;
auto
[
filter
,
extension
]
=
this
->
getCurrentTabFileFilter
();
QString
filename
(
QFileDialog
::
getSaveFileName
(
this
,
tr
(
"Save file"
),
QDir
::
homePath
(),
...
...
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