diff options
Diffstat (limited to 'src/websnap.h')
-rw-r--r-- | src/websnap.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/websnap.h b/src/websnap.h index 45eaf62e..3c714c1b 100644 --- a/src/websnap.h +++ b/src/websnap.h @@ -73,7 +73,7 @@ public: * @param url the url to load * @param parent the object parent */ - WebSnap(const KUrl &url, QObject *parent = 0); + explicit WebSnap(const KUrl &url, QObject *parent = 0); /** * Snaps a pixmap of size w * h from a page and save it to cache |