From fc755c02489f5c52319f5b48d59b753a6c9666b8 Mon Sep 17 00:00:00 2001 From: Andrea Diamantini Date: Mon, 18 Jul 2011 23:54:43 +0200 Subject: Pedantic compile fixes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit PS: Andrè, thanks for the notice... CCMAIL: Woebbeking@kde.org --- src/tabpreviewpopup.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/tabpreviewpopup.h') diff --git a/src/tabpreviewpopup.h b/src/tabpreviewpopup.h index 7a6f81e4..e70372c3 100644 --- a/src/tabpreviewpopup.h +++ b/src/tabpreviewpopup.h @@ -49,7 +49,6 @@ public: explicit TabPreviewPopup(WebTab *tab, QWidget *parent = 0); virtual ~TabPreviewPopup(); - private: QLabel *m_thumbnail; QLabel *m_url; @@ -58,9 +57,6 @@ private: void setUrl(const QString& text); void setThumbnail(const QPixmap& pixmap); void setFixedSize(int w, int h); - static const int borderRadius = 5; - static const int borderSpacing = 2; - static const double transparency = 0.90; }; #endif // TABPREVIEWPOPUP_H -- cgit v1.2.1