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
Plasma Desktop
Commits
c416ec4f
Commit
c416ec4f
authored
Oct 21, 2020
by
Laurent Montel
😁
Browse files
Remove not implemented method
parent
6a0d8d6c
Changes
3
Hide whitespace changes
Inline
Side-by-side
kcms/keyboard/kcmmisc.h
View file @
c416ec4f
...
...
@@ -78,7 +78,6 @@ private:
void
setRepeat
(
TriState
flag
,
int
delay
,
double
rate
);
void
setRepeatRate
(
int
);
int
getRepeatRate
();
int
sliderMax
;
int
clickVolume
;
...
...
kcms/notifications/kcm.h
View file @
c416ec4f
...
...
@@ -101,7 +101,6 @@ signals:
void
firstLoadDone
();
private:
void
processPendingDeletions
();
bool
isSaveNeeded
()
const
override
;
bool
isDefaults
()
const
override
;
void
createConnections
(
NotificationManager
::
BehaviorSettings
*
settings
);
...
...
kcms/solid_actions/SolidActions.h
View file @
c416ec4f
...
...
@@ -58,7 +58,6 @@ private:
ActionEditor
*
editUi
;
Ui
::
AddAction
addUi
;
QDialog
*
addDialog
;
void
clearActions
();
};
...
...
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