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
Multimedia
JuK
Commits
81bcccf3
Commit
81bcccf3
authored
Aug 01, 2022
by
Laurent Montel
Browse files
Fix some qt6 compile error
parent
6c3b960c
Changes
7
Hide whitespace changes
Inline
Side-by-side
cache.h
View file @
81bcccf3
...
...
@@ -21,14 +21,12 @@
#include
<QDataStream>
#include
<QFile>
#include
<QBuffer>
#include
<QVector>
class
Playlist
;
class
PlaylistCollection
;
class
FileHandle
;
template
<
class
T
>
class
QVector
;
typedef
QVector
<
Playlist
*>
PlaylistList
;
/**
...
...
deletedialog.h
View file @
81bcccf3
...
...
@@ -17,10 +17,10 @@
#ifndef JUK_DELETEDIALOG_H
#define JUK_DELETEDIALOG_H
class
QStringList
;
#include
<QWidget>
#include
<QDialog>
#include
<QStringList>
#include
<KGuiItem>
...
...
filehandle.h
View file @
81bcccf3
...
...
@@ -20,12 +20,12 @@
#include
<QExplicitlySharedDataPointer>
#include
<QVector>
#include
<QMetaType>
#include
<QStringList>
class
QString
;
class
QFileInfo
;
class
QDateTime
;
class
QDataStream
;
class
QStringList
;
class
CoverInfo
;
class
Tag
;
...
...
mediafiles.h
View file @
81bcccf3
...
...
@@ -19,10 +19,10 @@
#include
<QList>
#include
<QUrl>
#include
<QStringList>
class
QWidget
;
class
QString
;
class
QStringList
;
namespace
TagLib
{
class
File
;
...
...
playlist.cpp
View file @
81bcccf3
...
...
@@ -56,6 +56,7 @@
#include
<QStackedWidget>
#include
<QScrollBar>
#include
<QPainter>
#include
<QActionGroup>
#include
<QtConcurrent>
#include
<QFutureWatcher>
...
...
playlistcollection.h
View file @
81bcccf3
...
...
@@ -25,7 +25,7 @@
#include
<QPointer>
#include
<QKeySequence>
#include
<QVector>
class
QPixmap
;
class
QStackedWidget
;
...
...
@@ -40,8 +40,6 @@ class Playlist;
class
PlayerManager
;
class
FileHandle
;
template
<
class
T
>
class
QVector
;
typedef
QVector
<
PlaylistItem
*>
PlaylistItemList
;
typedef
QVector
<
Playlist
*>
PlaylistList
;
...
...
treeviewitemplaylist.h
View file @
81bcccf3
...
...
@@ -19,8 +19,7 @@
#include
"searchplaylist.h"
#include
"playlistitem.h"
class
QStringList
;
#include
<QStringList>
class
TreeViewItemPlaylist
:
public
SearchPlaylist
{
...
...
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