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
|
|
@ -39,7 +39,7 @@ SettingsDialog::SettingsDialog (QWidget *parent) : QDialog (parent)
|
|||
resize (400, 500);
|
||||
|
||||
connect (this, SIGNAL (settingsChanged (void)),
|
||||
qApp, SIGNAL (settingsChanged (void)));
|
||||
App, SIGNAL (settingsChanged (void)));
|
||||
|
||||
QVBoxLayout *vbox = new QVBoxLayout (this);
|
||||
setLayout(vbox);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue