mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-06 21:58:57 -04:00
fixed compilation
This commit is contained in:
parent
acd059bdf0
commit
d696f72533
1 changed files with 2 additions and 2 deletions
|
@ -244,6 +244,8 @@ private:
|
||||||
QString downloads;
|
QString downloads;
|
||||||
QString uploads;
|
QString uploads;
|
||||||
|
|
||||||
|
QShortcut *mShortcut ;
|
||||||
|
|
||||||
/** Qt Designer generated object */
|
/** Qt Designer generated object */
|
||||||
Ui::TransfersDialog ui;
|
Ui::TransfersDialog ui;
|
||||||
|
|
||||||
|
@ -272,8 +274,6 @@ public slots:
|
||||||
qlonglong getLastDL(int row, QStandardItemModel *model);
|
qlonglong getLastDL(int row, QStandardItemModel *model);
|
||||||
qlonglong getPath(int row, QStandardItemModel *model);
|
qlonglong getPath(int row, QStandardItemModel *model);
|
||||||
QString getSources(int row, QStandardItemModel *model);
|
QString getSources(int row, QStandardItemModel *model);
|
||||||
|
|
||||||
QShortcut *mShortcut ;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue