Remove pointless destructor
This commit is contained in:
parent
b5a1eba277
commit
e8b045ce14
1 changed files with 1 additions and 2 deletions
3
ftrace.h
3
ftrace.h
|
@ -32,9 +32,8 @@ class KWIN_EXPORT FTraceLogger : public QObject
|
|||
Q_OBJECT
|
||||
Q_CLASSINFO("D-Bus Interface", "org.kde.kwin.FTrace");
|
||||
Q_PROPERTY(bool isEnabled READ isEnabled NOTIFY enabledChanged)
|
||||
public:
|
||||
~FTraceLogger() = default;
|
||||
|
||||
public:
|
||||
/**
|
||||
* Enabled through DBus and logging has started
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue