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
PIM
Itinerary
Commits
8eecf559
Commit
8eecf559
authored
Feb 19, 2022
by
Laurent Montel
Browse files
clean unused forward declaration
parent
64f9fbd1
Pipeline
#139901
passed with stage
in 3 minutes and 24 seconds
Changes
5
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/app/livedatamanager.h
View file @
8eecf559
...
...
@@ -17,10 +17,6 @@
#include
<vector>
namespace
KItinerary
{
class
TrainTrip
;
}
namespace
KPublicTransport
{
class
JourneyReply
;
class
JourneySection
;
...
...
src/app/reservationhelper.h
View file @
8eecf559
...
...
@@ -9,7 +9,6 @@
#include
<utility>
class
QDateTime
;
class
QString
;
class
QVariant
;
...
...
src/app/reservationmanager.h
View file @
8eecf559
...
...
@@ -13,7 +13,6 @@
#include
<QObject>
#include
<QVariant>
class
QUrl
;
/** Manages JSON-LD reservation data.
* This is done on two levels:
...
...
src/app/timelinemodel.h
View file @
8eecf559
...
...
@@ -19,10 +19,6 @@ class WeatherForecastManager;
class
TripGroupManager
;
class
TransferManager
;
namespace
KItinerary
{
class
GeoCoordinates
;
}
class
TimelineModel
:
public
QAbstractListModel
{
Q_OBJECT
...
...
src/app/tripgroupmanager.h
View file @
8eecf559
...
...
@@ -12,7 +12,6 @@
class
ReservationManager
;
class
TripGroup
;
class
TripGroupTest
;
/** Trip group computation and persistence.
* This operates on multi-traveler batches as provided by ReservationManager.
...
...
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