Prefer = default over empty destructor.

Same thing but less verbose.
This commit is contained in:
Colin Wallace
2018-05-28 19:28:05 -07:00
parent 3cf2afd831
commit 2c672d47fe

View File

@@ -752,10 +752,7 @@ class ProcessWatcher : public QThread
Q_OBJECT
public:
ProcessWatcher( RemotePlugin * );
virtual ~ProcessWatcher()
{
}
virtual ~ProcessWatcher() = default;
void quit()
{