Prefer = default over empty destructor.
Same thing but less verbose.
This commit is contained in:
@@ -752,10 +752,7 @@ class ProcessWatcher : public QThread
|
||||
Q_OBJECT
|
||||
public:
|
||||
ProcessWatcher( RemotePlugin * );
|
||||
virtual ~ProcessWatcher()
|
||||
{
|
||||
}
|
||||
|
||||
virtual ~ProcessWatcher() = default;
|
||||
|
||||
void quit()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user