removed potential memory leak in TransfersDialog

This commit is contained in:
csoler 2016-04-22 18:49:42 -04:00
parent 52cf66a536
commit acd059bdf0
2 changed files with 5 additions and 2 deletions

View file

@ -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