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
PIM
KAlarm
Commits
d451b53e
Commit
d451b53e
authored
Dec 30, 2020
by
Laurent Montel
😁
Browse files
Remove not implemented method
parent
0a308f22
Pipeline
#45773
passed with stage
in 18 minutes and 20 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/editdlgtypes.h
View file @
d451b53e
...
...
@@ -86,7 +86,6 @@ private Q_SLOTS:
void
setColours
(
const
QColor
&
fg
,
const
QColor
&
bg
);
private:
void
setSoundPicker
();
// Display alarm options
ComboBox
*
mTypeCombo
;
...
...
src/lib/spinbox2.h
View file @
d451b53e
...
...
@@ -286,7 +286,6 @@ private:
bool
eventFilter
(
QObject
*
,
QEvent
*
)
override
;
void
spinboxResized
(
QResizeEvent
*
);
void
setUpdown2Size
();
void
setShiftStepping
(
bool
on
);
// Visible spin box class.
// Declared here to allow use of mSpinBox in inline methods.
...
...
src/preferences.h
View file @
d451b53e
...
...
@@ -104,7 +104,6 @@ private Q_SLOTS:
private:
Preferences
();
// only one instance allowed
static
int
startOfDayCheck
(
const
QTime
&
);
static
void
setNotify
(
const
QString
&
messageID
,
bool
notify
);
static
bool
notifying
(
const
QString
&
messageID
);
...
...
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