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
System
KPMCore
Commits
72b4142b
Commit
72b4142b
authored
Jan 16, 2022
by
Andrius Štikonas
Browse files
Fix infinite recursion in dummy backend.
BUG: 432704
parent
5174dce6
Pipeline
#124270
passed with stage
in 1 minute and 4 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/dummy/dummybackend.cpp
View file @
72b4142b
...
@@ -51,7 +51,7 @@ QList<Device*> DummyBackend::scanDevices(const ScanFlags scanFlags)
...
@@ -51,7 +51,7 @@ QList<Device*> DummyBackend::scanDevices(const ScanFlags scanFlags)
emitScanProgress
(
QStringLiteral
(
"/dev/sda"
),
100
);
emitScanProgress
(
QStringLiteral
(
"/dev/sda"
),
100
);
return
scanDevices
(
false
)
;
return
result
;
}
}
Device
*
DummyBackend
::
scanDevice
(
const
QString
&
deviceNode
)
Device
*
DummyBackend
::
scanDevice
(
const
QString
&
deviceNode
)
...
...
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