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
Unmaintained
KDE Pim
Commits
4efde039
Commit
4efde039
authored
Nov 21, 2014
by
Laurent Montel
😁
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use Q_ASSERT
parent
8f41eba2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
+2
-3
kmail/kmmainwidget.cpp
kmail/kmmainwidget.cpp
+2
-3
No files found.
kmail/kmmainwidget.cpp
View file @
4efde039
...
@@ -194,7 +194,6 @@ using KSieveUi::SieveDebugDialog;
...
@@ -194,7 +194,6 @@ using KSieveUi::SieveDebugDialog;
#include <QDBusPendingCallWatcher>
#include <QDBusPendingCallWatcher>
// System includes
// System includes
#include <assert.h>
#include <errno.h> // ugh
#include <errno.h> // ugh
#include <akonadi/standardactionmanager.h>
#include <akonadi/standardactionmanager.h>
#include <job/removeduplicatemailjob.h>
#include <job/removeduplicatemailjob.h>
...
@@ -609,8 +608,8 @@ void KMMainWidget::writeFolderConfig()
...
@@ -609,8 +608,8 @@ void KMMainWidget::writeFolderConfig()
void
KMMainWidget
::
layoutSplitters
()
void
KMMainWidget
::
layoutSplitters
()
{
{
// This function can only be called when the old splitters are already deleted
// This function can only be called when the old splitters are already deleted
assert
(
!
mSplitter1
);
Q_ASSERT
(
!
mSplitter1
);
assert
(
!
mSplitter2
);
Q_ASSERT
(
!
mSplitter2
);
// For some reason, this is necessary here so that the copy action still
// For some reason, this is necessary here so that the copy action still
// works after changing the folder layout.
// works after changing the folder layout.
...
...
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