mirror of
https://github.com/znc/znc.git
synced 2026-05-05 04:52:31 +02:00
Replace virtual with override where possible.
Using clang-tidy
This commit is contained in:
@@ -137,7 +137,7 @@ class Process : public IO<QProcess> {
|
||||
m_proc.setProcessEnvironment(env);
|
||||
m_proc.start(cmd, args);
|
||||
}
|
||||
~Process() {
|
||||
~Process() override {
|
||||
if (m_kill) m_proc.terminate();
|
||||
[this]() {
|
||||
ASSERT_TRUE(m_proc.waitForFinished());
|
||||
|
||||
Reference in New Issue
Block a user