forked from blue/squawk
testing, ability to build without kwallet, translations, disabling unsupported storage types in combobox
This commit is contained in:
parent
543538fc56
commit
b95028e33e
15 changed files with 315 additions and 163 deletions
|
@ -24,6 +24,7 @@
|
|||
#include <QMap>
|
||||
#include <QString>
|
||||
#include <QVariant>
|
||||
#include <QStandardItemModel>
|
||||
|
||||
#include "shared/global.h"
|
||||
|
||||
|
@ -44,6 +45,9 @@ public:
|
|||
void setData(const QMap<QString, QVariant>& data);
|
||||
void lockId();
|
||||
|
||||
private slots:
|
||||
void onComboboxChange(int index);
|
||||
|
||||
private:
|
||||
QScopedPointer<Ui::Account> m_ui;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue