Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 921935 | Differences between
and this patch

Collapse All | Expand All

(-)kate-23.08.4/addons/project/git/gitstatus.h (+1 lines)
Lines 5-10 Link Here
5
*/
5
*/
6
#pragma once
6
#pragma once
7
7
8
#include <QSet>
8
#include <QString>
9
#include <QString>
9
#include <QVector>
10
#include <QVector>
10
11
(-)kate-23.08.4/addons/project/gitstatusmodel.h (+1 lines)
Lines 5-10 Link Here
5
*/
5
*/
6
#pragma once
6
#pragma once
7
7
8
#include <QSet>
8
#include <QAbstractItemModel>
9
#include <QAbstractItemModel>
9
10
10
#include "git/gitstatus.h"
11
#include "git/gitstatus.h"
(-)kate-23.08.4/addons/project/kateproject.h (+2 lines)
Lines 7-12 Link Here
7
7
8
#pragma once
8
#pragma once
9
9
10
#include <QtGlobal>
11
10
#if QT_VERSION < QT_VERSION_CHECK(6, 0, 0)
12
#if QT_VERSION < QT_VERSION_CHECK(6, 0, 0)
11
#include <KTextEditor/ModificationInterface>
13
#include <KTextEditor/ModificationInterface>
12
#endif
14
#endif
(-)kate-23.08.4/addons/project/kateprojectitem.h (+2 lines)
Lines 7-12 Link Here
7
7
8
#pragma once
8
#pragma once
9
9
10
#include <QtGlobal>
11
10
#if QT_VERSION >= QT_VERSION_CHECK(6, 0, 0)
12
#if QT_VERSION >= QT_VERSION_CHECK(6, 0, 0)
11
#include <KTextEditor/Document>
13
#include <KTextEditor/Document>
12
#else
14
#else

Return to bug 921935