mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-16 02:03:07 -07:00
- Little pointer code cleanup
This commit is contained in:
parent
59f21d592e
commit
6dbd1daa5c
2 changed files with 4 additions and 8 deletions
|
@ -104,7 +104,7 @@ class GUI : public QMainWindow, private Ui::MainWindow{
|
|||
// Search
|
||||
SearchEngine *searchEngine;
|
||||
// RSS
|
||||
RSSImp *rssWidget;
|
||||
QPointer<RSSImp> rssWidget;
|
||||
// Web UI
|
||||
QPointer<HttpServer> httpServer;
|
||||
// Misc
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue