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
KMail
Commits
82fd6971
Commit
82fd6971
authored
Oct 19, 2021
by
Laurent Montel
😁
Browse files
Comment assert here
parent
bb9efa7f
Pipeline
#89773
passed with stage
in 23 minutes and 52 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/kmmainwidget.cpp
View file @
82fd6971
...
@@ -4431,7 +4431,7 @@ void KMMainWidget::slotMessageSelected(const Akonadi::Item &item)
...
@@ -4431,7 +4431,7 @@ void KMMainWidget::slotMessageSelected(const Akonadi::Item &item)
void
KMMainWidget
::
itemsReceived
(
const
Akonadi
::
Item
::
List
&
list
)
void
KMMainWidget
::
itemsReceived
(
const
Akonadi
::
Item
::
List
&
list
)
{
{
qDebug
()
<<
" list count "
<<
list
.
count
();
qDebug
()
<<
" list count "
<<
list
.
count
();
Q_ASSERT
(
list
.
size
()
==
1
);
//
Q_ASSERT(list.size() == 1);
delete
mShowBusySplashTimer
;
delete
mShowBusySplashTimer
;
mShowBusySplashTimer
=
nullptr
;
mShowBusySplashTimer
=
nullptr
;
...
...
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