Update the database in a different thread so it doesn't freeze the main
thread. Show PIN in a dialog instead of a notification popup. Translations updated.
This commit is contained in:
@@ -29,7 +29,7 @@ class BackupItem;
|
||||
class BackupItem : public QWidget
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
|
||||
public:
|
||||
explicit BackupItem(QWidget *parent = 0);
|
||||
~BackupItem();
|
||||
@@ -42,8 +42,8 @@ public:
|
||||
|
||||
static bool lessThan(const BackupItem *s1, const BackupItem *s2);
|
||||
|
||||
int ohfi;
|
||||
int row;
|
||||
int ohfi;
|
||||
QString title;
|
||||
|
||||
private:
|
||||
|
Reference in New Issue
Block a user