1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00
This commit is contained in:
Bill Winslow 2014-07-11 12:17:37 -04:00
parent 26f2f143fa
commit 806b8ea7c3
2 changed files with 0 additions and 6 deletions

View File

@ -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*)));

View File

@ -35,8 +35,6 @@ class Widget;
}
class GroupWidget;
//class AddFriendForm;
//class SettingsForm;
struct FriendWidget;
class Group;
struct Friend;