forked from blue/squawk
Refactoring finished
This commit is contained in:
parent
2bcee521c5
commit
d14883ad91
14 changed files with 120 additions and 143 deletions
|
@ -1,7 +1,9 @@
|
|||
#ifndef MODELS_ACCOUNT_H
|
||||
#define MODELS_ACCOUNT_H
|
||||
|
||||
#include "../../global.h"
|
||||
#include "item.h"
|
||||
#include <QVariant>
|
||||
|
||||
namespace Models {
|
||||
class Account : public Item {
|
||||
|
@ -24,6 +26,8 @@ namespace Models {
|
|||
QVariant data(int column) const override;
|
||||
int columnCount() const override;
|
||||
|
||||
void update(const QString& field, const QVariant& value);
|
||||
|
||||
private:
|
||||
QString login;
|
||||
QString password;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue