Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Plasma Add-ons
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
5
Issues
5
List
Boards
Labels
Service Desk
Milestones
Merge Requests
5
Merge Requests
5
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Plasma
Plasma Add-ons
Commits
1c6897a9
Commit
1c6897a9
authored
Jan 09, 2018
by
Friedrich W. H. Kossebau
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[weather] Use override with subclass destructors (clang-tidy, just for you)
parent
8c6eb4cd
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
libs/plasmaweather/weatherlocation.h
libs/plasmaweather/weatherlocation.h
+1
-1
libs/plasmaweather/weathervalidator.h
libs/plasmaweather/weathervalidator.h
+1
-1
No files found.
libs/plasmaweather/weatherlocation.h
View file @
1c6897a9
...
...
@@ -32,7 +32,7 @@ class WeatherLocation : public QObject
Q_OBJECT
public:
explicit
WeatherLocation
(
QObject
*
parent
=
nullptr
);
virtual
~
WeatherLocation
()
;
~
WeatherLocation
()
override
;
/**
* Get default source
...
...
libs/plasmaweather/weathervalidator.h
View file @
1c6897a9
...
...
@@ -34,7 +34,7 @@ class PLASMAWEATHER_EXPORT WeatherValidator : public QObject
Q_OBJECT
public:
explicit
WeatherValidator
(
QObject
*
parent
=
nullptr
);
virtual
~
WeatherValidator
()
;
~
WeatherValidator
()
override
;
/**
* Validate location
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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