mirror of
https://github.com/qTox/qTox.git
synced 2024-03-22 14:00:36 +08:00
cleanup
This commit is contained in:
parent
26f2f143fa
commit
806b8ea7c3
|
@ -29,10 +29,6 @@ FilesForm::FilesForm()
|
|||
|
||||
main.addTab(&recvd, tr("Downloads"));
|
||||
main.addTab(&sent, tr("Uploads"));
|
||||
|
||||
//these need to go in widget.cpp (I think, not really sure atm)
|
||||
//connect(something, SIGNAL(DOWNLOAD_DONE), this, SLOT(onFileDownloadComplete()));
|
||||
//connect(something, SIGNAL(DOWNLOAD_DONE), this, SLOT(onFileUploadComplete()));
|
||||
|
||||
connect(&sent, SIGNAL(itemActivated(QListWidgetItem*)), this, SLOT(onFileActivated(QListWidgetItem*)));
|
||||
|
||||
|
|
|
@ -35,8 +35,6 @@ class Widget;
|
|||
}
|
||||
|
||||
class GroupWidget;
|
||||
//class AddFriendForm;
|
||||
//class SettingsForm;
|
||||
struct FriendWidget;
|
||||
class Group;
|
||||
struct Friend;
|
||||
|
|
Loading…
Reference in New Issue
Block a user