Clean up unread rooms after initial sync
This commit is contained in:
parent
1f3535bc43
commit
440237cdb9
2 changed files with 2 additions and 3 deletions
|
|
@ -17,7 +17,6 @@
|
|||
|
||||
#include <QApplication>
|
||||
#include <QComboBox>
|
||||
#include <QDebug>
|
||||
#include <QFileDialog>
|
||||
#include <QInputDialog>
|
||||
#include <QLabel>
|
||||
|
|
@ -516,8 +515,6 @@ UserSettingsPage::importSessionKeys()
|
|||
void
|
||||
UserSettingsPage::exportSessionKeys()
|
||||
{
|
||||
qDebug() << "exporting session keys";
|
||||
|
||||
// Open password dialog.
|
||||
bool ok;
|
||||
auto password = QInputDialog::getText(this,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue