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
KOrganizer
Commits
669fb35f
Commit
669fb35f
authored
Jan 05, 2021
by
Laurent Montel
😁
Browse files
Remove not implemented method or unused signal
parent
6b8b982c
Pipeline
#46459
passed with stage
in 20 minutes and 27 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/actionmanager.h
View file @
669fb35f
...
@@ -164,7 +164,6 @@ Q_SIGNALS:
...
@@ -164,7 +164,6 @@ Q_SIGNALS:
Emitted when the "New" action is activated.
Emitted when the "New" action is activated.
*/
*/
//void actionNewMainWindow( const QUrl &url = QUrl() );
//void actionNewMainWindow( const QUrl &url = QUrl() );
void
toggleMenuBar
();
/**
/**
When change is made to options dialog, the topwidget will catch this
When change is made to options dialog, the topwidget will catch this
and Q_EMIT this signal which notifies all widgets which have registered
and Q_EMIT this signal which notifies all widgets which have registered
...
...
src/calendarview.h
View file @
669fb35f
...
@@ -205,9 +205,6 @@ Q_SIGNALS:
...
@@ -205,9 +205,6 @@ Q_SIGNALS:
* for notification to update their settings. */
* for notification to update their settings. */
void
configChanged
();
void
configChanged
();
/** Emitted right before we die */
void
closed
(
QWidget
*
);
/** Emitted when state of modified flag changes */
/** Emitted when state of modified flag changes */
void
modifiedChanged
(
bool
);
void
modifiedChanged
(
bool
);
...
@@ -589,8 +586,6 @@ protected Q_SLOTS:
...
@@ -589,8 +586,6 @@ protected Q_SLOTS:
void
showDates
(
const
KCalendarCore
::
DateList
&
,
const
QDate
&
preferredMonth
=
QDate
());
void
showDates
(
const
KCalendarCore
::
DateList
&
,
const
QDate
&
preferredMonth
=
QDate
());
public:
public:
int
msgCalModified
();
/**
/**
* Returns the date of the selected incidence.
* Returns the date of the selected incidence.
*
*
...
...
Write
Preview
Markdown
is supported
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