mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-07-22 06:09:09 -04:00
the default tags can be reset to standard in the settings
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3053 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
141fdbe6fe
commit
f06ed5fbed
5 changed files with 88 additions and 44 deletions
|
@ -46,11 +46,13 @@ private slots:
|
|||
void addTag();
|
||||
void editTag();
|
||||
void deleteTag();
|
||||
void defaultTag();
|
||||
|
||||
void currentRowChangedTag(int row);
|
||||
|
||||
private:
|
||||
void closeEvent (QCloseEvent * event);
|
||||
void fillTagItems();
|
||||
|
||||
std::map<int, TagItem> m_TagItems;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue