Allow the toolbar color to be the same as the theme background and small fixes

This commit is contained in:
Stefano Moretti
2023-05-27 11:07:43 +02:00
parent 051e97c636
commit 287d439eec
8 changed files with 64 additions and 17 deletions

View File

@ -5,7 +5,9 @@ class QQmlEngine;
namespace BaseUI
{
void init(QQmlEngine *engine);
void init(QQmlEngine *engine);
}
#endif