diff options
Diffstat (limited to 'src/thumbupdater.h')
-rw-r--r-- | src/thumbupdater.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/thumbupdater.h b/src/thumbupdater.h index 5bd858cf..2544969f 100644 --- a/src/thumbupdater.h +++ b/src/thumbupdater.h @@ -45,10 +45,10 @@ public: ~ThumbUpdater(); void updateThumb(); - + private Q_SLOTS: void updateImage(bool); - + private: QWebElement _thumb; QString _url; |