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
Graphics
libksane
Commits
b3a6ced3
Commit
b3a6ced3
authored
Jul 04, 2021
by
Alexander Stippich
Browse files
fix typo
parent
2d0f5a7c
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/ksanecore.h
View file @
b3a6ced3
...
...
@@ -288,10 +288,10 @@ Q_SIGNALS:
* This signal is emitted when the device info of the already opened scanner device
* is updated and vendor() and model() return the corresponding names.
* @param deviceName is the technical device name of the currently opened scanner.
* @param de
i
vceVendor is the vendor of the currently opened scanner.
* @param dev
i
ceVendor is the vendor of the currently opened scanner.
* @param deviceModel is the model name of the currently opened scanner.
*/
void
openedDeviceInfoUpdated
(
const
QString
&
deviceName
,
const
QString
&
de
i
vceVendor
,
const
QString
&
deviceModel
);
void
openedDeviceInfoUpdated
(
const
QString
&
deviceName
,
const
QString
&
dev
i
ceVendor
,
const
QString
&
deviceModel
);
private:
std
::
unique_ptr
<
KSaneCorePrivate
>
d
;
...
...
Write
Preview
Markdown
is supported
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