Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
PIM
PIM Calendar Support
Commits
24d2288d
Commit
24d2288d
authored
Jul 28, 2016
by
Laurent Montel
😁
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove some private Q_SLOTS
parent
8244a866
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
12 deletions
+4
-12
src/archivedialog.h
src/archivedialog.h
+1
-3
src/attachmenthandler.h
src/attachmenthandler.h
+1
-3
src/collectionselection.h
src/collectionselection.h
+1
-3
src/freebusymodel/freebusycalendar.h
src/freebusymodel/freebusycalendar.h
+1
-3
No files found.
src/archivedialog.h
View file @
24d2288d
...
...
@@ -66,10 +66,8 @@ protected Q_SLOTS:
void
slotEnableUser1
();
void
slotActionChanged
();
private
Q_SLOTS
:
void
showWhatsThis
();
private:
void
showWhatsThis
();
KUrlRequester
*
mArchiveFile
;
KDateComboBox
*
mDateEdit
;
QCheckBox
*
mDeleteCb
;
...
...
src/attachmenthandler.h
View file @
24d2288d
...
...
@@ -169,11 +169,9 @@ Q_SIGNALS:
void
viewFinished
(
const
QString
&
uid
,
const
QString
&
attachmentName
,
bool
success
);
void
saveAsFinished
(
const
QString
&
uid
,
const
QString
&
attachmentName
,
bool
success
);
private
Q_SLOTS
:
private:
void
slotFinishView
(
KJob
*
job
);
void
slotFinishSaveAs
(
KJob
*
job
);
private:
//@cond PRIVATE
class
Private
;
Private
*
const
d
;
...
...
src/collectionselection.h
View file @
24d2288d
...
...
@@ -57,10 +57,8 @@ Q_SIGNALS:
void
collectionDeselected
(
const
Akonadi
::
Collection
&
);
void
collectionSelected
(
const
Akonadi
::
Collection
&
);
private
Q_SLOTS
:
void
slotSelectionChanged
(
const
QItemSelection
&
,
const
QItemSelection
&
);
private:
void
slotSelectionChanged
(
const
QItemSelection
&
,
const
QItemSelection
&
);
class
Private
;
Private
*
const
d
;
};
...
...
src/freebusymodel/freebusycalendar.h
View file @
24d2288d
...
...
@@ -44,13 +44,11 @@ public:
FreeBusyItemModel
*
model
()
const
;
KCalCore
::
Calendar
::
Ptr
calendar
()
const
;
private
Q_SLOTS
:
private:
void
onRowsChanged
(
const
QModelIndex
&
,
const
QModelIndex
&
);
void
onRowsInserted
(
const
QModelIndex
&
,
int
,
int
);
void
onRowsRemoved
(
const
QModelIndex
&
,
int
,
int
);
void
onLayoutChanged
();
private:
void
deleteAllEvents
();
FreeBusyCalendarPrivate
*
const
d
;
};
...
...
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