OTHER: move togglePlaytime to Application class and some other small fixes
This commit is contained in:
parent
461106eb43
commit
786b745d55
17 changed files with 59 additions and 45 deletions
|
|
@ -65,7 +65,7 @@ TextScroller::TextScroller (QWidget *parent, uint w,
|
|||
m_timer = new QTimer (this);
|
||||
m_timer->setInterval (40);
|
||||
connect (m_timer, SIGNAL (timeout()), this, SLOT (addOffset ()));
|
||||
connect (qApp, SIGNAL (settingsChanged ()),
|
||||
connect (App, SIGNAL (settingsChanged ()),
|
||||
this, SLOT (settingsChanged ()));
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue