phones now also saveble
This commit is contained in:
parent
c1c1de1b7b
commit
2c13f0d77c
10 changed files with 413 additions and 3 deletions
1
global.h
1
global.h
|
@ -248,6 +248,7 @@ public:
|
|||
modem,
|
||||
other
|
||||
};
|
||||
static const std::deque<QString> typeNames;
|
||||
Phone(const QString& number, Type p_type = voice, Role p_role = none, bool p_prefered = false);
|
||||
|
||||
QString number;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue