mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-12 22:04:43 +02:00
- images are being copied into the correct directory - scripts are added to fst upon project load - modal overlay fix
9 lines
214 B
QML
9 lines
214 B
QML
pragma Singleton
|
|
import QtQuick 2.6
|
|
|
|
Item {
|
|
id: singleton
|
|
readonly property string main: "main"
|
|
readonly property string project: "project"
|
|
readonly property string createProject: "createProject"
|
|
}
|