- Little pointer code cleanup

This commit is contained in:
Christophe Dumez 2009-11-14 20:39:37 +00:00
parent 59f21d592e
commit 6dbd1daa5c
2 changed files with 4 additions and 8 deletions

View file

@ -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