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
Kamera
Commits
890691b9
Commit
890691b9
authored
Feb 16, 2022
by
Laurent Montel
😁
Browse files
Use forward declaration
parent
22638b92
Pipeline
#138267
passed with stage
in 45 seconds
Changes
4
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
kcontrol/kameraconfigdialog.h
View file @
890691b9
...
...
@@ -25,7 +25,7 @@
#include <QMap>
#include <QDialog>
#include <
QTabWidget
>
class
QTabWidget
;
extern
"C"
{
#include <gphoto2.h>
...
...
kcontrol/kameradevice.h
View file @
890691b9
...
...
@@ -26,8 +26,8 @@
#include "kamera.h"
#include <QDialog>
#include <
QWidget
>
#include <
QDialogButtonBox
>
class
QWidget
;
class
QDialogButtonBox
;
class
KConfig
;
class
QString
;
...
...
kioslave/kamera.cpp
View file @
890691b9
...
...
@@ -44,6 +44,7 @@
#include <KLocalizedString>
#include <KConfigGroup>
#include <KProtocolInfo>
#include <KConfig>
#include <kio/global.h>
#include <kio/slaveconfig.h>
...
...
kioslave/kamera.h
View file @
890691b9
...
...
@@ -25,7 +25,7 @@
#include <kio/slavebase.h>
#include <gphoto2.h>
#include <
KConfig
>
class
KConfig
;
#include <QLoggingCategory>
Q_DECLARE_LOGGING_CATEGORY
(
KAMERA_KIOSLAVE
)
...
...
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