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
KDE PIM Add-ons
Commits
eb05fc64
Commit
eb05fc64
authored
Jul 06, 2016
by
Laurent Montel
😁
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Move in own directory
parent
486ff3cd
Changes
6
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
5 additions
and
5 deletions
+5
-5
kmail/editorsendcheckplugins/checkbeforesend/CMakeLists.txt
kmail/editorsendcheckplugins/checkbeforesend/CMakeLists.txt
+1
-1
kmail/editorsendcheckplugins/checkbeforesend/autotests/CMakeLists.txt
...sendcheckplugins/checkbeforesend/autotests/CMakeLists.txt
+2
-2
kmail/editorsendcheckplugins/checkbeforesend/autotests/checkbeforesendconfigurewidgettest.cpp
...foresend/autotests/checkbeforesendconfigurewidgettest.cpp
+1
-1
kmail/editorsendcheckplugins/checkbeforesend/checkbeforesendplugin.cpp
...endcheckplugins/checkbeforesend/checkbeforesendplugin.cpp
+1
-1
kmail/editorsendcheckplugins/checkbeforesend/configurewidget/checkbeforesendconfigurewidget.cpp
...resend/configurewidget/checkbeforesendconfigurewidget.cpp
+0
-0
kmail/editorsendcheckplugins/checkbeforesend/configurewidget/checkbeforesendconfigurewidget.h
...foresend/configurewidget/checkbeforesendconfigurewidget.h
+0
-0
No files found.
kmail/editorsendcheckplugins/checkbeforesend/CMakeLists.txt
View file @
eb05fc64
set
(
kmail_checkbeforesendeditorplugin_SRCS
checkbeforesendplugin.cpp
checkbeforesendinterface.cpp
checkbeforesendconfigurewidget.cpp
configurewidget/
checkbeforesendconfigurewidget.cpp
duplicateemails/checkduplicateemailsdialog.cpp
duplicateemails/checkduplicateemailsjob.cpp
sendattachments/checkattachmentdialog.cpp
...
...
kmail/editorsendcheckplugins/checkbeforesend/autotests/CMakeLists.txt
View file @
eb05fc64
...
...
@@ -12,8 +12,8 @@ macro(add_kmail_checkbeforesend_unittest _source _additional)
endmacro
()
add_kmail_checkbeforesend_unittest
(
checkbeforesendplugintest.cpp
"../sendattachments/checkattachmentjob.cpp;../sendattachments/checkattachmentdialog.cpp;../duplicateemails/checkduplicateemailsjob.cpp;../duplicateemails/checkduplicateemailsdialog.cpp;../checkbeforesendplugin.cpp;../checkbeforesendinterface.cpp;../checkbeforesendconfigurewidget.cpp"
)
add_kmail_checkbeforesend_unittest
(
checkbeforesendconfigurewidgettest.cpp
"../checkbeforesendconfigurewidget.cpp"
)
add_kmail_checkbeforesend_unittest
(
checkbeforesendplugintest.cpp
"../sendattachments/checkattachmentjob.cpp;../sendattachments/checkattachmentdialog.cpp;../duplicateemails/checkduplicateemailsjob.cpp;../duplicateemails/checkduplicateemailsdialog.cpp;../checkbeforesendplugin.cpp;../checkbeforesendinterface.cpp;../
configurewidget/
checkbeforesendconfigurewidget.cpp"
)
add_kmail_checkbeforesend_unittest
(
checkbeforesendconfigurewidgettest.cpp
"../
configurewidget/
checkbeforesendconfigurewidget.cpp"
)
add_kmail_checkbeforesend_unittest
(
checkduplicateemailsdialogtest.cpp
"../duplicateemails/checkduplicateemailsdialog.cpp"
)
add_kmail_checkbeforesend_unittest
(
checkduplicateemailsjobtest.cpp
"../duplicateemails/checkduplicateemailsjob.cpp"
)
...
...
kmail/editorsendcheckplugins/checkbeforesend/autotests/checkbeforesendconfigurewidgettest.cpp
View file @
eb05fc64
...
...
@@ -18,7 +18,7 @@
*/
#include "checkbeforesendconfigurewidgettest.h"
#include "../checkbeforesendconfigurewidget.h"
#include "../
configurewidget/
checkbeforesendconfigurewidget.h"
#include <QTest>
#include <QVBoxLayout>
#include <QCheckBox>
...
...
kmail/editorsendcheckplugins/checkbeforesend/checkbeforesendplugin.cpp
View file @
eb05fc64
...
...
@@ -19,7 +19,7 @@
#include "checkbeforesendplugin.h"
#include "checkbeforesendinterface.h"
#include "checkbeforesendconfigurewidget.h"
#include "
configurewidget/
checkbeforesendconfigurewidget.h"
#include <KLocalizedString>
#include <kpluginfactory.h>
...
...
kmail/editorsendcheckplugins/checkbeforesend/checkbeforesendconfigurewidget.cpp
→
kmail/editorsendcheckplugins/checkbeforesend/
configurewidget/
checkbeforesendconfigurewidget.cpp
View file @
eb05fc64
File moved
kmail/editorsendcheckplugins/checkbeforesend/checkbeforesendconfigurewidget.h
→
kmail/editorsendcheckplugins/checkbeforesend/
configurewidget/
checkbeforesendconfigurewidget.h
View file @
eb05fc64
File moved
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