10 lines
161 B
QML
10 lines
161 B
QML
|
import QtQuick 2.13
|
||
|
|
||
|
import utils 1.0
|
||
|
import StatusQ.Core.Utils 0.1 as StatusQUtils
|
||
|
|
||
|
QtObject {
|
||
|
id: root
|
||
|
|
||
|
// TODO: move AC-related stuff from chat here
|
||
|
}
|