LogView changes - registerCategory() now take two QBrush: text and background. If NoBrush the no changes in colors

This commit is contained in:
2021-01-22 18:02:53 +03:00
parent 9ba018b868
commit 63aea62c89
3 changed files with 18 additions and 11 deletions

View File

@@ -2,8 +2,8 @@ cmake_minimum_required(VERSION 3.0)
cmake_policy(SET CMP0017 NEW) # need include() with .cmake
project(qad)
set(qad_MAJOR 1)
set(qad_MINOR 14)
set(qad_REVISION 4)
set(qad_MINOR 15)
set(qad_REVISION 0)
set(qad_SUFFIX )
set(qad_COMPANY SHS)
set(qad_DOMAIN org.SHS)