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:
thunder2 2010-06-02 12:11:09 +00:00
parent 141fdbe6fe
commit f06ed5fbed
5 changed files with 88 additions and 44 deletions

View file

@ -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;