mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-19 21:03:30 -07:00
Fix argument name differ in definition & declaration
This commit is contained in:
parent
3739bcc270
commit
42c17ea5ce
10 changed files with 16 additions and 16 deletions
|
@ -199,7 +199,7 @@ private:
|
|||
void dragEnterEvent(QDragEnterEvent *event) override;
|
||||
void closeEvent(QCloseEvent *) override;
|
||||
void showEvent(QShowEvent *) override;
|
||||
bool event(QEvent *event) override;
|
||||
bool event(QEvent *e) override;
|
||||
void displayRSSTab(bool enable);
|
||||
void displaySearchTab(bool enable);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue