Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
digiKam
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Incidents
Environments
Packages & Registries
Packages & Registries
Package Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Peter Becker
digiKam
Commits
51509e80
Commit
51509e80
authored
May 14, 2020
by
Gilles Caulier
🗼
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update patch for AppImage
parent
243d975d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
18 additions
and
8 deletions
+18
-8
project/bundles/3rdparty/ext_libksane/libksane-drop-ktextwidgets.patch
...es/3rdparty/ext_libksane/libksane-drop-ktextwidgets.patch
+18
-8
No files found.
project/bundles/3rdparty/ext_libksane/libksane-drop-ktextwidgets.patch
View file @
51509e80
diff --git a/CMakeLists.txt b/CMakeLists.txt
index
086b1b7..a9331f0
100644
index
23e3f8c..432a549
100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -4
6,13 +46
,13 @@
find_package(KF5I18n ${KF5_VERSION} REQUIRED)
@@ -4
4,13 +44
,13 @@
find_package(KF5I18n ${KF5_VERSION} REQUIRED)
if (NOT WIN32)
find_package(KF5WidgetsAddons ${KF5_VERSION} REQUIRED)
...
...
@@ -20,12 +20,12 @@ index 086b1b7..a9331f0 100644
+# )
# Check if sane API is available.
find_package(Sane)
find_package(Sane
REQUIRED
)
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index
f5d1101..022dc92
100644
index
ce116aa..29aa535
100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -5
4,7 +54
,7 @@
target_link_libraries(KF5Sane
@@ -5
6,7 +56
,7 @@
target_link_libraries(KF5Sane
KF5::I18n
KF5::WidgetsAddons
...
...
@@ -35,7 +35,7 @@ index f5d1101..022dc92 100644
)
diff --git a/src/widgets/labeledslider.cpp b/src/widgets/labeledslider.cpp
index
8ce9ddc..48c43e0
100644
index
78abcbf..369a57c
100644
--- a/src/widgets/labeledslider.cpp
+++ b/src/widgets/labeledslider.cpp
@@ -32,10 +32,11 @@
...
...
@@ -70,10 +70,20 @@ index 8ce9ddc..48c43e0 100644
void LabeledSlider::setValue(int value)
diff --git a/src/widgets/labeledslider.h b/src/widgets/labeledslider.h
index
838c53e..927b3be
100644
index
4d7cd8c..282971f
100644
--- a/src/widgets/labeledslider.h
+++ b/src/widgets/labeledslider.h
@@ -95,7 +95,7 @@
Q_SIGNALS:
@@ -31,7 +31,8 @@
#include "ksaneoptionwidget.h"
-class QSlider;
+#include <QSlider>
+#include <QSpinBox>
/**
*@author Kåre Särs
@@ -94,7 +95,7 @@
Q_SIGNALS:
private:
QSlider *m_slider;
...
...
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