diff options
| author | 2023-10-04 11:44:43 +0200 | |
|---|---|---|
| committer | 2023-10-18 10:26:35 +0200 | |
| commit | c8c0a92fd6980f757ef50dae31f52b0f84428bd1 (patch) | |
| tree | 1d09bc8f4b2f14b04793da5f7607f4c130a455bc /src/modules/url | |
| parent | Use qMin, qMax, .. instead of std equivalents as they better deal with qt int... (diff) | |
| download | KVIrc-c8c0a92fd6980f757ef50dae31f52b0f84428bd1.tar.gz KVIrc-c8c0a92fd6980f757ef50dae31f52b0f84428bd1.tar.bz2 KVIrc-c8c0a92fd6980f757ef50dae31f52b0f84428bd1.zip | |
Remove unused calls to viewOptions()
Diffstat (limited to 'src/modules/url')
| -rw-r--r-- | src/modules/url/libkviurl.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/modules/url/libkviurl.cpp b/src/modules/url/libkviurl.cpp index 53f966126..d0562ff28 100644 --- a/src/modules/url/libkviurl.cpp +++ b/src/modules/url/libkviurl.cpp @@ -87,7 +87,6 @@ UrlDialogTreeWidget::UrlDialogTreeWidget(QWidget * par) void UrlDialogTreeWidget::paintEvent(QPaintEvent * event) { QPainter * p = new QPainter(viewport()); - QStyleOptionViewItem option = viewOptions(); QRect rect = event->rect(); #ifdef COMPILE_PSEUDO_TRANSPARENCY |
