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 Add-ons
Commits
bc3d238b
Commit
bc3d238b
authored
Apr 23, 2022
by
Volker Krause
Browse files
Remove unused date type enum
Some of those values don't exist in Qt6 anymore.
parent
ddfc1931
Pipeline
#174395
passed with stage
in 2 minutes and 28 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
applets/comic/engine/comicproviderwrapper.h
View file @
bc3d238b
...
...
@@ -111,16 +111,6 @@ class StaticDateWrapper : public QObject
{
Q_OBJECT
public:
enum
DateType
{
TextDate
=
Qt
::
TextDate
,
ISODate
=
Qt
::
ISODate
,
SystemLocaleShortDate
=
Qt
::
SystemLocaleShortDate
,
SystemLocaleLongDate
=
Qt
::
SystemLocaleLongDate
,
DefaultLocaleShortDate
=
Qt
::
DefaultLocaleShortDate
,
DefaultLocaleLongDate
=
Qt
::
DefaultLocaleLongDate
,
};
Q_ENUM
(
DateType
)
explicit
StaticDateWrapper
(
QObject
*
parent
=
nullptr
);
public
Q_SLOTS
:
...
...
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