mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-02 05:38:06 -06:00
Change project directory structure.
Change project directory structure according to application structure. Change 'nox' configuration option to something more meaningful 'nogui'. Rename 'Icons' folder to 'icons' (similar to other folders). Partially add 'nowebui' option support. Remove QConf project file.
This commit is contained in:
15
src/core/tracker/trackerannouncerequest.h
Normal file
15
src/core/tracker/trackerannouncerequest.h
Normal file
@@ -0,0 +1,15 @@
|
||||
#ifndef TRACKERANNOUNCEREQUEST_H
|
||||
#define TRACKERANNOUNCEREQUEST_H
|
||||
|
||||
#include <qpeer.h>
|
||||
|
||||
struct TrackerAnnounceRequest {
|
||||
QString info_hash;
|
||||
QString event;
|
||||
int numwant;
|
||||
QPeer peer;
|
||||
// Extensions
|
||||
bool no_peer_id;
|
||||
};
|
||||
|
||||
#endif // TRACKERANNOUNCEREQUEST_H
|
||||
Reference in New Issue
Block a user