Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Plasma
libksysguard
Commits
088f2389
Commit
088f2389
authored
Feb 04, 2021
by
Laurent Montel
😁
Browse files
Remove unimplement methods
parent
f0600a7e
Changes
2
Hide whitespace changes
Inline
Side-by-side
processcore/cgroup.h
View file @
088f2389
...
...
@@ -85,11 +85,6 @@ private:
*/
CGroup
(
const
QString
&
id
);
/**
* Set the list of PIDs of this cgroup object.
*/
void
setPids
(
const
QVector
<
pid_t
>
&
pids
);
QScopedPointer
<
CGroupPrivate
>
d
;
friend
class
CGroupDataModel
;
friend
class
CGroupDataModelPrivate
;
...
...
processui/scripting.h
View file @
088f2389
...
...
@@ -47,8 +47,6 @@ class Scripting : public QWidget {
void
loadContextMenu
();
/** List of context menu actions that are created by loadContextMenu() */
QList
<
QAction
*>
actions
()
{
return
mActions
;
}
/** Create a ScriptingHtmlDialog, if one does not already exist, and display the given html */
void
displayHtml
(
const
QString
&
html
);
public
Q_SLOTS
:
/** Stop all scripts and delete the script engine */
...
...
David Redondo
🏎
@davidre
mentioned in commit
6fc9d7ee
·
Mar 05, 2021
mentioned in commit
6fc9d7ee
mentioned in commit 6fc9d7eeab7633500743df9577aa41ec168bc59b
Toggle commit list
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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