Untangle Profile from MainWindow: turn off tts/ndl calculation

I'm not sure we can ever run into this issue anymore since we stop
calculating TTS / NDL past 2 hours, but I guess on a fairly slow CPU this
still could take too long.

But instead of calling into MainWindow let's just change the setting right
here and add a signal to show the notification - that way we can use the
appropriate way to make such notifications on the mobile app.

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2015-11-05 10:51:12 -08:00
parent eb2e76a691
commit 000c9cc21c
3 changed files with 9 additions and 4 deletions

View file

@ -89,6 +89,7 @@ public:
signals:
void fontPrintScaleChanged(double scale);
void enableToolbar(bool enable);
void showError();
public
slots: // Necessary to call from QAction's signals.