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
KAlarm
Commits
221096ac
Commit
221096ac
authored
Aug 15, 2014
by
Laurent Montel
😁
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
kdelibs4support--
parent
0e5b878c
Changes
10
Hide whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
13 additions
and
13 deletions
+13
-13
akonadimodel.cpp
akonadimodel.cpp
+3
-3
collectionmodel.cpp
collectionmodel.cpp
+1
-1
collectionsearch.cpp
collectionsearch.cpp
+1
-1
eventlistview.cpp
eventlistview.cpp
+2
-2
functions.cpp
functions.cpp
+1
-1
mainwindow.cpp
mainwindow.cpp
+1
-1
messagewin.cpp
messagewin.cpp
+1
-1
resourceselector.cpp
resourceselector.cpp
+1
-1
templatedlg.cpp
templatedlg.cpp
+1
-1
templatemenuaction.h
templatemenuaction.h
+1
-1
No files found.
akonadimodel.cpp
View file @
221096ac
...
...
@@ -50,7 +50,7 @@
#include <AkonadiCore/itemfetchscope.h>
#include <AkonadiWidgets/agenttypedialog.h>
#include <
K
Debug>
#include <
Q
Debug>
#include <KUrl>
#include <KLocalizedString>
#include <kcolorutils.h>
...
...
@@ -169,14 +169,14 @@ void AkonadiModel::checkResources(ServerManager::State state)
case
ServerManager
::
Running
:
if
(
!
mResourcesChecked
)
{
k
Debug
()
<<
"Server running"
;
q
Debug
()
<<
"Server running"
;
mResourcesChecked
=
true
;
mMigrating
=
true
;
CalendarMigrator
::
execute
();
}
break
;
case
ServerManager
::
NotRunning
:
k
Debug
()
<<
"Server stopped"
;
q
Debug
()
<<
"Server stopped"
;
mResourcesChecked
=
false
;
mMigrating
=
false
;
mCollectionAlarmTypes
.
clear
();
...
...
collectionmodel.cpp
View file @
221096ac
...
...
@@ -33,7 +33,7 @@
#include <AkonadiCore/entitymimetypefiltermodel.h>
#include <KLocalizedString>
#include <
K
Debug>
#include <
Q
Debug>
#include <KUrl>
#include <KSharedConfig>
...
...
collectionsearch.cpp
View file @
221096ac
...
...
@@ -29,7 +29,7 @@
#include <AkonadiCore/itemfetchjob.h>
#include <AkonadiCore/itemdeletejob.h>
#include <
K
Debug>
#include <
Q
Debug>
#include <QTimer>
...
...
eventlistview.cpp
View file @
221096ac
...
...
@@ -29,7 +29,7 @@
#include <QMouseEvent>
#include <QToolTip>
#include <QApplication>
#include <
kd
ebug
.h
>
#include <
QD
ebug>
EventListView
::
EventListView
(
QWidget
*
parent
)
...
...
@@ -101,7 +101,7 @@ KAEvent EventListView::selectedEvent() const
QModelIndexList
list
=
selectionModel
()
->
selectedRows
();
if
(
list
.
count
()
!=
1
)
return
KAEvent
();
k
Debug
(
0
)
<<
"SelectedEvent() count="
<<
list
.
count
();
q
Debug
()
<<
"SelectedEvent() count="
<<
list
.
count
();
const
ItemListModel
*
model
=
static_cast
<
const
ItemListModel
*>
(
list
[
0
].
model
());
return
model
->
event
(
list
[
0
]);
}
...
...
functions.cpp
View file @
221096ac
...
...
@@ -56,7 +56,7 @@ using namespace KCalCore;
#include <kconfiggroup.h>
#include <KSharedConfig>
#include <
ka
ction
.h
>
#include <
QA
ction>
#include <ktoggleaction.h>
#include <kactioncollection.h>
#include <kdbusservicestarter.h>
...
...
mainwindow.cpp
View file @
221096ac
...
...
@@ -53,7 +53,7 @@ using namespace KCalCore;
using
namespace
KCalUtils
;
#include <ktoolbar.h>
#include <
ka
ction
.h
>
#include <
QA
ction>
#include <kactioncollection.h>
#include <ksystemtrayicon.h>
#include <kstandardaction.h>
...
...
messagewin.cpp
View file @
221096ac
...
...
@@ -41,7 +41,7 @@
//QT5 #include "kspeechinterface.h"
#include <
ka
ction
.h
>
#include <
QA
ction>
#include <kstandardguiitem.h>
#include <K4AboutData>
#include <klocale.h>
...
...
resourceselector.cpp
View file @
221096ac
...
...
@@ -46,7 +46,7 @@
#include <kglobal.h>
#include <kcombobox.h>
#include <kactioncollection.h>
#include <
ka
ction
.h
>
#include <
QA
ction>
#include <ktoggleaction.h>
#include <QLabel>
...
...
templatedlg.cpp
View file @
221096ac
...
...
@@ -34,7 +34,7 @@
#include <kguiitem.h>
#include <kstandardaction.h>
#include <kactioncollection.h>
#include <
ka
ction
.h
>
#include <
QA
ction>
#include <QPushButton>
#include <QVBoxLayout>
...
...
templatemenuaction.h
View file @
221096ac
...
...
@@ -22,7 +22,7 @@
#define TEMPLATEMENUACTION_H
#include <kactionmenu.h>
#include <
K
Icon>
#include <
Q
Icon>
#include <QMap>
class
QAction
;
namespace
KAlarmCal
{
class
KAEvent
;
}
...
...
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