Moved around headers, should make it faster to compile.
This commit is contained in:
parent
1e8286a5b9
commit
2c20ddf6fc
24 changed files with 121 additions and 40 deletions
|
|
@ -1,6 +1,9 @@
|
|||
#include "MainWindow.h"
|
||||
#include "NumberDisplay.h"
|
||||
|
||||
#include "TimeDisplay.h"
|
||||
#include "Skin.h"
|
||||
|
||||
NumberDisplay::NumberDisplay (QWidget *parent, TimeDisplay *td,uint w, uint startpx) : PixWidget (parent)
|
||||
{
|
||||
m_td = td;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue