mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
fixed compilation
This commit is contained in:
parent
acd059bdf0
commit
d696f72533
@ -244,6 +244,8 @@ private:
|
||||
QString downloads;
|
||||
QString uploads;
|
||||
|
||||
QShortcut *mShortcut ;
|
||||
|
||||
/** Qt Designer generated object */
|
||||
Ui::TransfersDialog ui;
|
||||
|
||||
@ -272,8 +274,6 @@ public slots:
|
||||
qlonglong getLastDL(int row, QStandardItemModel *model);
|
||||
qlonglong getPath(int row, QStandardItemModel *model);
|
||||
QString getSources(int row, QStandardItemModel *model);
|
||||
|
||||
QShortcut *mShortcut ;
|
||||
};
|
||||
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user