mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-25 09:11:06 -04:00
Fixed RetroShare links with " characters in the name.
Removed not used plugins from the .pro file. Removed some warnings from lupdate. Fixed german translation. git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4903 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
5340e44981
commit
d5479940d1
12 changed files with 29 additions and 29 deletions
|
@ -696,7 +696,7 @@ void ForumsDialog::CalculateIconsAndFonts(QTreeWidgetItem *pItem, bool &bHasRead
|
|||
bHasUnreadChilddren = bHasUnreadChilddren || bMyUnreadChilddren || bUnread;
|
||||
}
|
||||
|
||||
void ForumsDialog::CalculateIconsAndFonts(QTreeWidgetItem *pItem /*= NULL*/)
|
||||
void ForumsDialog::CalculateIconsAndFonts(QTreeWidgetItem *pItem /* = NULL*/)
|
||||
{
|
||||
bool bDummy1 = false;
|
||||
bool bDummy2 = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue