summaryrefslogtreecommitdiffstats
path: root/src/widget/wdisplay.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/widget/wdisplay.cpp')
-rw-r--r--src/widget/wdisplay.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/widget/wdisplay.cpp b/src/widget/wdisplay.cpp
index 21e6f97239..81eaddc969 100644
--- a/src/widget/wdisplay.cpp
+++ b/src/widget/wdisplay.cpp
@@ -100,9 +100,9 @@ void WDisplay::setPixmap(QVector<PaintablePointer>* pPixmaps, int iPos,
if (iPos < 0 || iPos >= pPixmaps->size()) {
return;
}
-
+
PixmapSource source(filename);
- PaintablePointer pPixmap = WPixmapStore::getPaintable( source,
+ PaintablePointer pPixmap = WPixmapStore::getPaintable(source,
Paintable::TILE);
if (pPixmap.isNull() || pPixmap->isNull()) {
@@ -163,7 +163,7 @@ void WDisplay::onConnectedControlChanged(double dParameter, double dValue) {
}
}
-void WDisplay::paintEvent(QPaintEvent* ) {
+void WDisplay::paintEvent(QPaintEvent*) {
QStyleOption option;
option.initFrom(this);
QStylePainter p(this);