Skip to content
Snippets Groups Projects
Commit 0600e85d authored by SeeLook's avatar SeeLook :musical_note:
Browse files

TexamSummary: disable sending exams on Android

parent ea40c00f
No related branches found
No related tags found
No related merge requests found
......@@ -227,6 +227,6 @@ void TexamSummary::sendExam()
QString message = qTR("TexamSummary", "student:") + space + m_exam->userName() + br;
message += qTR("AnalyzeDialog", "level:") + space + m_exam->level()->name + br;
message += tr("Number of questions:") + space + QString::number(m_exam->count()) + br;
Tandroid::sendExam(tr("Send exam file"), message, m_exam->fileName());
// Tandroid::sendExam(tr("Send exam file"), message, m_exam->fileName());
}
#endif
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment