OTHER: Fixed a memleak in Skin.cpp
Also fixed 2 other minor valgrind warnings
This commit is contained in:
parent
20cfdad68d
commit
15677bdf39
4 changed files with 11 additions and 1 deletions
|
|
@ -21,6 +21,8 @@
|
|||
|
||||
PixmapNumberDisplay::PixmapNumberDisplay (QWidget *parent) : QWidget (parent)
|
||||
{
|
||||
m_value = 0;
|
||||
m_digits = 2;
|
||||
}
|
||||
|
||||
void
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue