mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-08-13 16:45:49 -04:00
removed potential memory leak in TransfersDialog
This commit is contained in:
parent
52cf66a536
commit
acd059bdf0
2 changed files with 5 additions and 2 deletions
|
@ -31,6 +31,7 @@
|
|||
|
||||
#define IMAGE_TRANSFERS ":/icons/ktorrent_128.png"
|
||||
|
||||
class QShortcut;
|
||||
class DLListDelegate;
|
||||
class ULListDelegate;
|
||||
class QStandardItemModel;
|
||||
|
@ -271,6 +272,8 @@ public slots:
|
|||
qlonglong getLastDL(int row, QStandardItemModel *model);
|
||||
qlonglong getPath(int row, QStandardItemModel *model);
|
||||
QString getSources(int row, QStandardItemModel *model);
|
||||
|
||||
QShortcut *mShortcut ;
|
||||
};
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue