added todos

This commit is contained in:
Jan-Martin Raemer 2022-06-03 22:09:54 +02:00
parent bcdf3d94f2
commit 851b83a53a

View file

@ -16,6 +16,9 @@
* the application is run on a different screen. * the application is run on a different screen.
* *
* See https://doc.qt.io/qt-5/scalability.html * See https://doc.qt.io/qt-5/scalability.html
*
* @todo scale fonts as well?
* @todo use dpi for scaling as app is very small on Android?
*/ */
class StyleController : public QObject class StyleController : public QObject
{ {