Skip to content
Snippets Groups Projects
Commit b2402eca authored by Emmanuel Lepage Vallée's avatar Emmanuel Lepage Vallée Committed by Stepan Salenikovich
Browse files

call: Make ::appendText invokable


For the bindings

Change-Id: I90572880acd3b96ec6442f2ad08024909f2c10a5
Reviewed-by: default avatarStepan Salenikovich <stepan.salenikovich@savoirfairelinux.com>
parent 184a7ff3
Branches
No related tags found
No related merge requests found
...@@ -347,7 +347,7 @@ public: ...@@ -347,7 +347,7 @@ public:
//Mutators //Mutators
template<typename T> template<typename T>
T* addOutgoingMedia(bool useExisting = true); T* addOutgoingMedia(bool useExisting = true);
void appendText(const QString& str); Q_INVOKABLE void appendText(const QString& str);
void backspaceItemText(); void backspaceItemText();
void reset(); void reset();
bool joinToParent(); bool joinToParent();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment