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
f3bb1c32
Commit
f3bb1c32
authored
Nov 07, 2020
by
Laurent Montel
😁
Browse files
Try to make it compile on windows
parent
95b79916
Pipeline
#39913
canceled with stage
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/kamail.cpp
View file @
f3bb1c32
...
...
@@ -51,6 +51,10 @@
#include <QDBusInterface>
#include <pwd.h>
#ifdef Q_OS_WIN
#define popen _popen
#define pclose _pclose
#endif
static
const
QLatin1String
KMAIL_DBUS_SERVICE
(
"org.kde.kmail"
);
//static const QLatin1String KMAIL_DBUS_PATH("/KMail");
...
...
src/rtcwakeaction.cpp
View file @
f3bb1c32
...
...
@@ -17,6 +17,10 @@
#include <QDateTime>
#include <stdio.h>
#ifdef Q_OS_WIN
#define popen _popen
#define pclose _pclose
#endif
RtcWakeAction
::
RtcWakeAction
()
{
...
...
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