diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-10-15 00:45:10 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-10-15 00:45:10 +0200 |
commit | 04da2debaea50b8339404280daba2290961203c6 (patch) | |
tree | acd15729c9a568dacfdb2b2444d6f8e6db29fcdc /src/previewimage.h | |
parent | Merge commit 'refs/merge-requests/1805' of git://gitorious.org/rekonq/mainlin... (diff) | |
download | rekonq-04da2debaea50b8339404280daba2290961203c6.tar.xz |
Fixing code of PluginFactory + PreviewImage.
In this way, we don't need to pass *ALL* the QStringList(s)..
Diffstat (limited to 'src/previewimage.h')
-rw-r--r-- | src/previewimage.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/previewimage.h b/src/previewimage.h index 3d2e9411..0abbe479 100644 --- a/src/previewimage.h +++ b/src/previewimage.h @@ -44,9 +44,7 @@ class PreviewImage : public QLabel Q_OBJECT public: - PreviewImage(const QUrl &url, - const QStringList &argumentNames = QStringList(), - const QStringList &argumentValues = QStringList()); + PreviewImage(const QUrl &url, int index, bool isFavorite); ~PreviewImage(); QString guessNameFromUrl(QUrl url); |