SessionManager fix - obtain all mainwindow QSplitters in "addEntry"

This commit is contained in:
2021-02-22 11:27:40 +03:00
parent 365568cad7
commit 45781dfc3e
4 changed files with 49 additions and 39 deletions

View File

@@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.0)
cmake_policy(SET CMP0017 NEW) # need include() with .cmake
project(qad)
set(qad_MAJOR 1)
set(qad_MINOR 16)
set(qad_MINOR 17)
set(qad_REVISION 0)
set(qad_SUFFIX )
set(qad_COMPANY SHS)