Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Plasma
KWin
Commits
e8b045ce
Commit
e8b045ce
authored
Jan 14, 2021
by
Vlad Zahorodnii
Browse files
Remove pointless destructor
parent
b5a1eba2
Changes
1
Hide whitespace changes
Inline
Side-by-side
ftrace.h
View file @
e8b045ce
...
...
@@ -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
*/
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment