mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-08-13 08:35:45 -04:00
added DL path to columns in transfers and changed variable names to easy code reading (Patch from Phenom)
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6610 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
c007cb1051
commit
2d3cb91cd8
3 changed files with 85 additions and 52 deletions
|
@ -142,6 +142,7 @@ private slots:
|
|||
void setShowDLDownloadTimeColumn(bool show);
|
||||
void setShowDLIDColumn(bool show);
|
||||
void setShowDLLastDLColumn(bool show);
|
||||
void setShowDLPath(bool show);
|
||||
|
||||
signals:
|
||||
void playFiles(QStringList files);
|
||||
|
@ -208,6 +209,7 @@ private:
|
|||
QAction* showDLDownloadTimeAct;
|
||||
QAction* showDLIDAct;
|
||||
QAction* showDLLastDLAct;
|
||||
QAction* showDLPath;
|
||||
|
||||
/** Defines the actions for the upload context menu */
|
||||
QAction* ulOpenFolderAct;
|
||||
|
@ -253,6 +255,7 @@ public slots:
|
|||
qlonglong getRemainingTime(int row, QStandardItemModel *model);
|
||||
qlonglong getDownloadTime(int row, QStandardItemModel *model);
|
||||
qlonglong getLastDL(int row, QStandardItemModel *model);
|
||||
qlonglong getPath(int row, QStandardItemModel *model);
|
||||
QString getSources(int row, QStandardItemModel *model);
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue