Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Network
KIO Extras
Commits
4c8398ef
Commit
4c8398ef
authored
Oct 10, 2022
by
Volker Krause
Browse files
Make FakeError assignable/movable
It's put into a QVector, which insists on that in Qt 6.
parent
655c0bf1
Pipeline
#246145
passed with stage
in 4 minutes and 45 seconds
Changes
1
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
smb/autotests/shouldresumetest.cpp
View file @
4c8398ef
...
...
@@ -14,8 +14,8 @@
struct
FakeWorker
{
struct
FakeError
{
const
int
id
;
const
QString
message
;
int
id
;
QString
message
;
};
void
error
(
int
id
,
const
QString
&
message
)
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment