aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/upnp/RootService.cpp
diff options
context:
space:
mode:
authorGravatar Alexey Sokolov2016-04-30 18:34:55 +0100
committerGravatar Alexey Sokolov2016-04-30 18:50:44 +0100
commita37bd1dfeb81c8cd44453e186a43c1b29883ab49 (patch)
tree29338a8f291b8fb05d924938f4bbc8df8be5a09f /src/modules/upnp/RootService.cpp
parentApply clang-tidy: modernize-use-override (diff)
downloadKVIrc-a37bd1dfeb81c8cd44453e186a43c1b29883ab49.tar.gz
KVIrc-a37bd1dfeb81c8cd44453e186a43c1b29883ab49.tar.bz2
KVIrc-a37bd1dfeb81c8cd44453e186a43c1b29883ab49.zip
Apply clang-tidy: modernize-use-default
Diffstat (limited to 'src/modules/upnp/RootService.cpp')
-rw-r--r--src/modules/upnp/RootService.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/modules/upnp/RootService.cpp b/src/modules/upnp/RootService.cpp
index 81cd7b23a..901599bc5 100644
--- a/src/modules/upnp/RootService.cpp
+++ b/src/modules/upnp/RootService.cpp
@@ -145,8 +145,7 @@ namespace UPnP
// The destructor
RootService::~RootService()
- {
- }
+ = default;
// Recursively add all devices and embedded devices to the deviceServices_ map
void RootService::addDeviceServices(const QDomNode & device)