Remove unused parameter

This commit is contained in:
Chocobo1 2022-01-21 17:31:31 +08:00
parent 54252184ab
commit 44c8d60a70
No known key found for this signature in database
GPG key ID: 210D9C873253A68C
26 changed files with 40 additions and 40 deletions

View file

@ -62,8 +62,8 @@ private slots:
void on_newFeedButton_clicked();
void refreshAllFeeds();
void on_markReadButton_clicked();
void displayRSSListMenu(const QPoint &);
void displayItemsListMenu(const QPoint &);
void displayRSSListMenu(const QPoint &pos);
void displayItemsListMenu();
void renameSelectedRSSItem();
void refreshSelectedItems();
void copySelectedFeedsURL();