Added NumberDisplay class

This commit is contained in:
Tobias Rundstrom 2006-02-15 21:09:38 -03:00
parent 95d76f9a44
commit 45fd11151f
8 changed files with 110 additions and 41 deletions

View file

@ -20,7 +20,7 @@ PixWidget::~PixWidget ()
void
PixWidget::paintEvent (QPaintEvent *event)
{
if (m_pixmap.isNull () || !m_pixmap) {
if (m_pixmap.isNull ()) {
return;
}