forked from qt-creator/qt-creator
Wireup the communityEdition flag to the backend
Change-Id: I5b125edab7a2e7988c98dfb1f959b634398c10c8 Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
This commit is contained in:
@@ -30,9 +30,10 @@ import StudioTheme 1.0
|
||||
import projectmodel 1.0
|
||||
|
||||
QtObject {
|
||||
id: singleton
|
||||
readonly property int width: 1842
|
||||
readonly property int height: 1080
|
||||
property bool communityEdition: false
|
||||
property bool communityEdition: singleton.projectModel.communityVersion
|
||||
|
||||
property alias fontDirectory: directoryFontLoader.fontDirectory
|
||||
property alias relativeFontDirectory: directoryFontLoader.relativeFontDirectory
|
||||
|
Reference in New Issue
Block a user