- Moved the created GxsIdRSTreeWidgetItem from the forum fill thread to the main thread so the signal to fill the id can be processed.

- Removed QTimer from GxsIdTreeWidgetItem and GxsIdRSTreeWidgetItem.
- Added new tick signal (every second) on Rshare to fill the id.


git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6238 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
thunder2 2013-03-17 16:31:30 +00:00
parent c74a36fff8
commit 813a8fad34
5 changed files with 27 additions and 39 deletions

View file

@ -139,6 +139,8 @@ signals:
void shutdown();
/** Global blink timer */
void blink(bool on);
/** Global timer every second */
void secondTick();
protected:
#if defined(Q_OS_WIN)