Add a warning in ToolTip if Max files reach in flat view mode Dir Tree.

This commit is contained in:
Phenom 2018-02-24 18:15:54 +01:00
parent 062e00d960
commit 51a43d00f7
4 changed files with 30 additions and 3 deletions

View file

@ -217,6 +217,8 @@ class FlatStyle_RDM: public RetroshareDirModel
virtual void update() ;
bool isMaxRefsTableSize(size_t* maxSize = NULL);
protected slots:
void updateRefs() ;