Alex Jbanca 3059631226 Add qml tests for StatusChatInput
Test parts of the working functionality
2022-12-19 10:11:53 +02:00

13 lines
276 B
QML

pragma Singleton
import QtQuick 2.14
QtObject {
property var userProfileInst
property bool isTenorWarningAccepted
property bool isGifWidgetEnabled
property bool isWalletEnabled
property var getSelectedTextWithFormationChars
property var gifColumnA
}