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
Libraries
KOpeningHours
Commits
b0fd5479
Commit
b0fd5479
authored
Sep 26, 2022
by
Laurent Montel
Browse files
Remove unused include
parent
6dd734d1
Pipeline
#236933
passed with stage
in 2 minutes and 49 seconds
Changes
5
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
autotests/jsonldtest.cpp
View file @
b0fd5479
...
...
@@ -4,7 +4,6 @@
SPDX-License-Identifier: LGPL-2.0-or-later
*/
#include
<KOpeningHours/Interval>
#include
<KOpeningHours/OpeningHours>
#include
<QFile>
...
...
src/lib/holidaycache.cpp
View file @
b0fd5479
...
...
@@ -9,7 +9,6 @@
#include
<KHolidays/HolidayRegion>
#include
<QDate>
#include
<QDebug>
#include
<QHash>
using
namespace
KOpeningHours
;
...
...
src/lib/rule.cpp
View file @
b0fd5479
...
...
@@ -8,7 +8,6 @@
#include
"logging.h"
#include
"openinghours_p.h"
#include
<QDateTime>
using
namespace
KOpeningHours
;
...
...
src/lib/rule_p.h
View file @
b0fd5479
...
...
@@ -10,7 +10,6 @@
#include
"interval.h"
#include
"selectors_p.h"
#include
<QDebug>
#include
<memory>
...
...
src/qml/kopeninghoursqmlplugin.cpp
View file @
b0fd5479
...
...
@@ -10,7 +10,6 @@
#include
<KOpeningHours/OpeningHours>
#include
<QCoreApplication>
#include
<QQmlContext>
#include
<QQmlEngine>
#include
<QQmlExtensionPlugin>
...
...
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