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
70280df4
Commit
70280df4
authored
May 14, 2021
by
Alexander Stippich
Browse files
Revert "fix missing semicolon"
This reverts commit
0da9ba71
.
parent
0da9ba71
Changes
2
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
70280df4
...
...
@@ -79,12 +79,12 @@ add_definitions(
# Subdirectories
if
(
SANE_FOUND
)
#
add_subdirectory(src)
#
if (BUILD_TESTING)
#
add_subdirectory(autotests)
#
add_subdirectory(tests)
#
endif()
#
else ()
add_subdirectory
(
src
)
if
(
BUILD_TESTING
)
add_subdirectory
(
autotests
)
add_subdirectory
(
tests
)
endif
()
else
()
add_subdirectory
(
ksanetwain
)
endif
()
...
...
ksanetwain/ksaneoption.cpp
View file @
70280df4
...
...
@@ -13,7 +13,7 @@ namespace KSaneIface
class
KSaneOptionPrivate
{
}
;
}
KSaneOption
::
KSaneOption
(
QObject
*
parent
)
:
QObject
(
parent
),
d
(
std
::
unique_ptr
<
KSaneOptionPrivate
>
(
new
KSaneOptionPrivate
()))
{
...
...
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