Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Plasma
Plasma SDK
Commits
d4493f74
Commit
d4493f74
authored
May 13, 2022
by
Laurent Montel
Browse files
Fix some qt6 compile error
parent
eb22ed53
Changes
3
Hide whitespace changes
Inline
Side-by-side
cuttlefish/src/colorschemes.h
View file @
d4493f74
...
...
@@ -7,11 +7,10 @@
#ifndef CUTTLEFISHCOLORSCHEMES_H
#define CUTTLEFISHCOLORSCHEMES_H
#include
<QAbstractItemModel>
#include
<QObject>
#include
<QString>
class
QAbstractItemModel
;
class
KColorSchemeManager
;
namespace
CuttleFish
...
...
cuttlefish/src/main.cpp
View file @
d4493f74
...
...
@@ -122,6 +122,8 @@ int main(int argc, char **argv)
qmlRegisterAnonymousType
<
CuttleFish
::
IconModel
>
(
"org.kde.plasma.sdk"
,
1
);
qmlRegisterAnonymousType
<
CuttleFish
::
ColorSchemes
>
(
"org.kde.plasma.sdk"
,
1
);
#if QT_VERSION < QT_VERSION_CHECK(6, 0, 0)
app
.
setAttribute
(
Qt
::
AA_UseHighDpiPixmaps
);
#endif
return
app
.
exec
();
}
engineexplorer/ktreeviewsearchline.cpp
View file @
d4493f74
...
...
@@ -9,6 +9,7 @@
#include
"ktreeviewsearchline.h"
#include
<QActionGroup>
#include
<QApplication>
#include
<QContextMenuEvent>
#include
<QHBoxLayout>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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