Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenFlipper-Free
OpenFlipper
Commits
bb87ee73
Commit
bb87ee73
authored
Mar 11, 2020
by
Jan Möbius
Browse files
Removed deprecated function calls
parent
26c91663
Changes
2
Hide whitespace changes
Inline
Side-by-side
common/UpdateType.cc
View file @
bb87ee73
...
@@ -292,7 +292,7 @@ QString updateTypeName(UpdateType _id) {
...
@@ -292,7 +292,7 @@ QString updateTypeName(UpdateType _id) {
}
}
// Remove the last ;
// Remove the last ;
type
.
left
(
type
.
length
()
-
1
);
type
=
type
.
left
(
type
.
length
()
-
1
);
return
type
;
return
type
;
}
}
...
...
widgets/loadWidget/loadWidget.cc
View file @
bb87ee73
...
@@ -72,7 +72,7 @@ LoadWidget::LoadWidget(std::vector<fileTypes>& _supportedTypes , QWidget *parent
...
@@ -72,7 +72,7 @@ LoadWidget::LoadWidget(std::vector<fileTypes>& _supportedTypes , QWidget *parent
gridLayout
->
addWidget
(
typeLabel
,
gridLayout
->
rowCount
()
-
1
,
0
);
gridLayout
->
addWidget
(
typeLabel
,
gridLayout
->
rowCount
()
-
1
,
0
);
//overwrite dialog shouldn't be handled by the qfiledialog
//overwrite dialog shouldn't be handled by the qfiledialog
setConfirmOverwrite
(
fals
e
);
set
Option
(
Dont
ConfirmOverwrite
,
tru
e
);
setDirectory
(
OpenFlipperSettings
().
value
(
"Core/CurrentDir"
).
toString
()
);
setDirectory
(
OpenFlipperSettings
().
value
(
"Core/CurrentDir"
).
toString
()
);
}
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment