profile: replot profile when settings changed

It would be nice to have a single "any setting changed" signal and
not to have to listen to all of them individually...

Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
This commit is contained in:
Berthold Stoeger 2023-05-20 15:37:11 +02:00
parent 196a33ba4b
commit 9ab7819fd1
3 changed files with 34 additions and 26 deletions

View file

@ -41,6 +41,7 @@ private:
void plotAreaChanged(const QSizeF &size) override;
void resetPointers() override;
void replot();
};
#endif