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
|
|
@ -81,11 +81,9 @@ MainWindow::MainWindow (QWidget *parent) : BaseWindow (parent)
|
|||
setCentralWidget (m_display);
|
||||
m_display->show ();
|
||||
|
||||
//connects for timedisplay in playlistwindow
|
||||
//connect for timedisplay in playlistwindow
|
||||
connect (m_display, SIGNAL (displayTime (int)),
|
||||
m_playlistwin, SIGNAL (setDisplayTime (int)));
|
||||
connect (m_playlistwin, SIGNAL (toggleTime()),
|
||||
this, SLOT (toggleTime ()));
|
||||
|
||||
/*
|
||||
* MainDisplay's shaded mode
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue