Skip to content
Snippets Groups Projects
Commit 69169ad3 authored by Emmanuel Lepage Vallée's avatar Emmanuel Lepage Vallée Committed by Guillaume Roguez
Browse files

call: Add some missing macros


Change-Id: Iea3fa1d638698c74d425f7e5c0b31af7c1ce713c
Reviewed-by: default avatarGuillaume Roguez <guillaume.roguez@savoirfairelinux.com>
parent ad9c51e5
No related branches found
No related tags found
No related merge requests found
...@@ -201,6 +201,7 @@ public: ...@@ -201,6 +201,7 @@ public:
RECORD_TEXT = 6, /*!< Enable or disable text recording */ RECORD_TEXT = 6, /*!< Enable or disable text recording */
COUNT__, COUNT__,
}; };
Q_ENUMS(Action)
/** @enum Call::LifeCycleState /** @enum Call::LifeCycleState
* This enum help track the call meta state * This enum help track the call meta state
...@@ -333,7 +334,7 @@ public: ...@@ -333,7 +334,7 @@ public:
QList<Media::Media*> allMedia ( ) const; QList<Media::Media*> allMedia ( ) const;
//Automated function //Automated function
Call::State performAction(Call::Action action); Q_INVOKABLE Call::State performAction(Call::Action action);
//Setters //Setters
void setTransferNumber ( const QString& number ); void setTransferNumber ( const QString& number );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment