Prevent new packs from overwriting the default pack by accident
This commit is contained in:
parent
4bf725379a
commit
7fab9a1d73
3 changed files with 47 additions and 1 deletions
|
|
@ -71,6 +71,8 @@ public:
|
|||
Q_INVOKABLE void remove(int index);
|
||||
Q_INVOKABLE void setAvatar(QUrl file);
|
||||
|
||||
static std::string unconflictingStatekey(const std::string &roomid, const std::string &key);
|
||||
|
||||
signals:
|
||||
void globallyEnabledChanged();
|
||||
void statekeyChanged();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue