De-virtualize NetworkWatcher::effectiveNetworkPolicy
commitcd275ef81c792d46623393eec1f522e0321d4c93
authorJan Kundrát <jkt@kde.org>
Mon, 17 Oct 2016 20:58:36 +0000 (17 22:58 +0200)
committerJan Kundrát <jkt@kde.org>
Mon, 17 Oct 2016 20:58:36 +0000 (17 22:58 +0200)
tree0a201facf58d15b440dd5655677cae67cb620f6a
parent32c918363f364ad2e68067d79bbe21df3b0d6315
De-virtualize NetworkWatcher::effectiveNetworkPolicy

This looks like something which shouldn't have been a virtual method in
the first place because it's never been used in a manner that would
warrant the `virtual` keyword. Let's simplify it.

Change-Id: I028880839c919dd5da01a78e3c6b7672a3cac541
src/Imap/Model/DummyNetworkWatcher.cpp
src/Imap/Model/DummyNetworkWatcher.h
src/Imap/Model/NetworkWatcher.cpp
src/Imap/Model/NetworkWatcher.h
src/Imap/Model/SystemNetworkWatcher.cpp
src/Imap/Model/SystemNetworkWatcher.h