Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
PIM
KDE PIM Runtime
Commits
887deefb
Commit
887deefb
authored
Jun 09, 2017
by
Laurent Montel
😁
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove not necessary includes
parent
faa0d293
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
1 addition
and
8 deletions
+1
-8
resources/imap/tracer.cpp
resources/imap/tracer.cpp
+1
-2
resources/maildir/libmaildir/maildir.cpp
resources/maildir/libmaildir/maildir.cpp
+0
-3
resources/mixedmaildir/kmindexreader/kmindexreader.h
resources/mixedmaildir/kmindexreader/kmindexreader.h
+0
-3
No files found.
resources/imap/tracer.cpp
View file @
887deefb
...
...
@@ -5,7 +5,6 @@
#include <QIODevice>
#include <QCoreApplication>
#include <iostream>
#include <unistd.h>
class
DebugStream
:
public
QIODevice
{
...
...
@@ -57,7 +56,7 @@ QDebug debugStream(int line, const char *file, const char *function)
Q_UNUSED
(
line
);
Q_UNUSED
(
file
);
debug
<<
QStringLiteral
(
"Trace:%1(%2) %3:"
).
arg
(
QString
::
fromLatin1
(
programName
)).
arg
(
unsigned
(
getp
id
())).
arg
(
QLatin1String
(
function
))
/* << file << ":" << line */
;
debug
<<
QStringLiteral
(
"Trace:%1(%2) %3:"
).
arg
(
QString
::
fromLatin1
(
programName
)).
arg
(
unsigned
(
QCoreApplication
::
applicationP
id
())).
arg
(
QLatin1String
(
function
))
/* << file << ":" << line */
;
return
debug
;
}
resources/maildir/libmaildir/maildir.cpp
View file @
887deefb
...
...
@@ -31,10 +31,7 @@
#include <KLocalizedString>
#include <Akonadi/KMime/MessageFlags>
#include <time.h>
#include <unistd.h>
#include <fcntl.h>
#include <sys/stat.h>
//Define it to get more debug output to expense of operating speed
// #define DEBUG_KEYCACHE_CONSITENCY
...
...
resources/mixedmaildir/kmindexreader/kmindexreader.h
View file @
887deefb
...
...
@@ -32,9 +32,6 @@ using Akonadi::MessageStatus;
#include <QList>
#include <QSharedPointer>
#include <ctype.h>
#include <stdlib.h>
#include <unistd.h>
class
KMINDEXREADER_EXPORT
KMIndexData
{
...
...
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