Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
J
jami-libclient
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
savoirfairelinux
jami-libclient
Commits
ca8eb77e
Commit
ca8eb77e
authored
3 years ago
by
Andreas Traczyk
Browse files
Options
Downloads
Patches
Plain Diff
swarm: allow exposing the conversation mode through qml
Change-Id: I945f42bd43bb939e47f41e4a7a5e3b6f64b19603
parent
f892f6c5
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/api/conversation.h
+3
-0
3 additions, 0 deletions
src/api/conversation.h
with
3 additions
and
0 deletions
src/api/conversation.h
+
3
−
0
View file @
ca8eb77e
...
@@ -30,8 +30,11 @@ namespace lrc {
...
@@ -30,8 +30,11 @@ namespace lrc {
namespace
api
{
namespace
api
{
namespace
conversation
{
namespace
conversation
{
Q_NAMESPACE
Q_CLASSINFO
(
"RegisterEnumClassesUnscoped"
,
"false"
)
enum
class
Mode
{
ONE_TO_ONE
,
ADMIN_INVITES_ONLY
,
INVITES_ONLY
,
PUBLIC
,
NON_SWARM
};
enum
class
Mode
{
ONE_TO_ONE
,
ADMIN_INVITES_ONLY
,
INVITES_ONLY
,
PUBLIC
,
NON_SWARM
};
Q_ENUM_NS
(
Mode
)
static
inline
Mode
static
inline
Mode
to_mode
(
const
int
intMode
)
to_mode
(
const
int
intMode
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment