Make basic parser
This commit is contained in:
parent
9b99763c2e
commit
1f12bca33f
9 changed files with 191 additions and 188 deletions
|
@ -64,7 +64,9 @@ class Website : public AbstractIDManager {
|
|||
void setPassword(std::string password);
|
||||
void setDescription(std::string description);
|
||||
|
||||
//bool operator==(Website const& website1, Website const& website2) const;
|
||||
|
||||
bool operator==(const Website& website) const;
|
||||
private:
|
||||
|
||||
std::string title; ///< Title of the website
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue