Small optimizations in the fill of the download list in transfer.

Save state of the TransferDialog in profile.

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3494 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
thunder2 2010-09-14 23:51:55 +00:00
parent 3c1fb83423
commit 5f0b9ab3cf
2 changed files with 77 additions and 9 deletions

View file

@ -44,6 +44,7 @@ Q_OBJECT
public:
/** Default Constructor */
TransfersDialog(QWidget *parent = 0);
~TransfersDialog();
// replaced by shortcut
// virtual void keyPressEvent(QKeyEvent *) ;
@ -154,6 +155,9 @@ private:
QAction *chunkStreamingAct;
QAction *detailsfileAct;
bool m_bProcessSettings;
void processSettings(bool bLoad);
void getIdOfSelectedItems(std::set<QStandardItem *>& items);
bool controlTransferFile(uint32_t flags);
void changePriority(int priority);