diff options
Diffstat (limited to 'framework/mail/singlemailcontroller.cpp')
-rw-r--r-- | framework/mail/singlemailcontroller.cpp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/framework/mail/singlemailcontroller.cpp b/framework/mail/singlemailcontroller.cpp index d8595745..d7335a0b 100644 --- a/framework/mail/singlemailcontroller.cpp +++ b/framework/mail/singlemailcontroller.cpp | |||
@@ -25,10 +25,4 @@ void SingleMailController::loadMail(const QString &id) | |||
25 | query.requestedProperties << "subject" << "sender" << "senderName" << "date" << "unread" << "important"; | 25 | query.requestedProperties << "subject" << "sender" << "senderName" << "date" << "unread" << "important"; |
26 | query.ids << id.toLatin1(); | 26 | query.ids << id.toLatin1(); |
27 | m_model->runQuery(query); | 27 | m_model->runQuery(query); |
28 | |||
29 | qDebug() << "***"; | ||
30 | auto srcIdx = m_model->mapToSource(m_model->index(1, 0)); | ||
31 | auto bla = srcIdx.sibling(srcIdx.row(), 3).data(Qt::DisplayRole); | ||
32 | qDebug() << bla; | ||
33 | qDebug() << "***"; | ||
34 | } \ No newline at end of file | 28 | } \ No newline at end of file |