refactor: rm unused coreTool include in tlscert.h
This commit is contained in:
@ -17,8 +17,6 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "gui/core/CoreTool.h"
|
||||
|
||||
#include <QObject>
|
||||
|
||||
class TlsCertificate : public QObject
|
||||
@ -37,5 +35,4 @@ private:
|
||||
|
||||
private:
|
||||
QString m_toolStdout;
|
||||
[[no_unique_address]] CoreTool m_coreTool;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user