OTHER: add .moc inlcludes to .cpp files
This commit is contained in:
parent
e791949f01
commit
d9cedc7c5d
41 changed files with 71 additions and 3 deletions
|
|
@ -34,3 +34,5 @@ PixmapButton::paintEvent( QPaintEvent * event )
|
|||
p.end();
|
||||
|
||||
}
|
||||
|
||||
#include "pixmapbutton.moc"
|
||||
|
|
|
|||
|
|
@ -80,3 +80,4 @@ PixmapNumberDisplay::paintEvent (QPaintEvent *event)
|
|||
paint.end ();
|
||||
}
|
||||
|
||||
#include "pixmapnumberdisplay.moc"
|
||||
|
|
|
|||
|
|
@ -189,3 +189,5 @@ PixmapSlider::backgroundIndex ()
|
|||
sliderPosition (),
|
||||
m_backgrounds.size () - 1, false);
|
||||
}
|
||||
|
||||
#include "pixmapslider.moc"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue